Comment #1 on issue 748 by n.puttock: Modes should support quarter-tones
http://code.google.com/p/lilypond/issues/detail?id=748
The first warning arises from the lack of quartertones in the standard
alist for
keyAlterationOrder; setting it to #mode gets rid of the message:
mode = #`((1 . ,SEMI-FLAT))
\score {
\relative c'' {
\set Staff.keyAlterationOrder = #mode
\key c \mode
c4
}
\layout { }
%\midi { }
}
--
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