>>>>> "Mats" == Mats Bengtsson <[EMAIL PROTECTED]> writes:
>> My problem is that if I have something like:
>>
>> fis''8 g''8 a''8 f''8
>>
>> the second f is printed with a natural sign. Is there a way to tell
>> lily not to do this?
Mats> Did you try the Voice.forgetAccidentals property mentioned
Mats> in the manual?
I just did -- that causes the first f# to not be printed either.
Here's a test case:
\header {
composer = "Thomas Morley";
title = "VII. Whither away so fast,\\\\Cantus";
}
voicedefault = \notes {
\property Staff.forgetAccidentals = ##t
\key c \major; \property Staff.TimeSignature \push #'style = #"C"
\time 4/4; % 1
r1 g''2 fis''8 g''8 a''8 f''8 g''4 e''4 d''4 f''4
}\score{
\notes <
\context Staff="default"
{
\$voicedefault
}
>
\paper {
}
\midi {}
}
--
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097 fax: (801) 365-6574
233 Broadway, Cambridge, MA 02139