bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 708 in lilypond: convert-ly fails to convert keySignature


From: codesite-noreply
Subject: Issue 708 in lilypond: convert-ly fails to convert keySignature
Date: Sun, 24 May 2009 13:11:05 +0000


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]