bug-lilypond
[Top][All Lists]
Advanced

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

Issue 748 in lilypond: Modes should support quarter-tones


From: codesite-noreply
Subject: Issue 748 in lilypond: Modes should support quarter-tones
Date: Tue, 03 Mar 2009 23:05:45 +0000


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




reply via email to

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