Dan Eble <d...@faithful.be> writes:

> On May 20, 2016, at 05:38 , Simon Albrecht <simon.albre...@mail.de> wrote:
>> I was hoping to do further improvements to the code (comments and
>> simplification) such as to make the threshold still lower, but I
>> didn’t get there unfortunately.
>> 
>> HTH, Simon
>> <accidental-style-baroque.ily>
>
> Thank you.  That was helpful.  This worked for me:
>
> %% Like voice, with additional cautionary cross-voice cancellations
> #(set! accidental-styles (append accidental-styles
>                         `((hymnbook-cautionary #f
>                            (Voice ,(make-accidental-rule 'same-octave 0))
>                            (Staff ,(make-accidental-rule 'same-octave 0))
>                            Staff))))

accidental-styles.hymnbook-cautionary =
#`(#f (Voice ,(make-accidental-rule 'same-octave 0))
      (Staff ,(make-accidental-rule 'same-octave 0))
      Staff)

-- 
David Kastrup

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to