Maximilian Albert escreveu:
> Hi,
> 
> if I understand it correctly, in newer versions the style of accidentals
> is supposed to be set by
> 
>   \override Accidental #'glyph-name-alist =
>                        #alteration-...-glyph-name-alist
> 
> instead of
> 
>   \override Accidental #'style = ...
> 
> . At least, this is what the changes in python/convertrules.py suggest.
> (BTW, what is the reason for this? The latter seems much easier and more
> intuitive to me.) Currently, however, the default case is handled
> incorrectly since the glyph-alist of the default accidentals is called
> 
>   standard-alteration-glyph-name-alist
> 
> instead of
> 
>   alteration-default-glyph-name-alist
> 
> , which is what the script produces. Attached is a patch which changes
> all occurrences of the former to the latter. I hope this is the intended
> solution.

actually, I prefer a change in convertrules.py

-- 

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to