Comment #3 on issue 708 by Carl.D.Sorensen: convert-ly fails to convert
keySignature
http://code.google.com/p/lilypond/issues/detail?id=708
Although patch fixed some issues, it did not fix them all.
To quote Neil,
Unfortunately, there are two serious flaws here:
- keySignature alists which aren't backquoted (e.g., the example in
the bug tracker) will be ignored
- entries of the form (notename . alteration) are mangled:
\set Staff.keySignature = #'((0 . 2) (1 . 2) (4 . 2))
-> \set Staff.keySignature = #`(((0 . 2) . ,SEMI-SHARP)
((2 . 4) . ,SHARP))
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond