bug-lilypond
[Top][All Lists]
Advanced

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

set-accidental-style


From: jmk
Subject: set-accidental-style
Date: Tue, 04 Jul 2006 14:18:33 +0200
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

there seems to be a problem with "#(set-accidental-style '_whatever_)". in the example 1 below, if you replace the "d''" with any other note it works again... it seems that if there is any number of measures before the " d''4 " (which should get a natural) another " d'' " it will not write the natural - example 2.

hope that helpes,
jmk



example 1:
---------------

\version "2.9.10"
\new Staff <<
#(set-accidental-style 'modern)
<<
{ d'' a' g' g' |fis'2. d''4 } \\
{ g' fis' fis' e' | dis'2. e'4 }
>> >>


example 2:
-------------

\version "2.9.10"
\new Staff <<
#(set-accidental-style 'modern)
<<
{ d'' a' g' g' | e'' a' g' g' | e'' a' g' g' | e'' a' g' g' |
e'' a' g' g' | e'' a' g' g' | e'' a' g' g' | e'' a' g' g' |
fis'2. d''4 } \\
{ g' fis' fis' e' | g' fis' fis' e' | g' fis' fis' e' |
g' fis' fis' e' | g' fis' fis' e' | g' fis' fis' e' |
g' fis' fis' e' | g' fis' fis' e' | dis'2. e'4 }
>> >>





reply via email to

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