lilypond-user
[Top][All Lists]
Advanced

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

Re: Naturals & Accidental_engraver


From: James E. Bailey
Subject: Re: Naturals & Accidental_engraver
Date: Fri, 21 Aug 2009 06:21:30 +0200

Let's try another question. Why are you removing the accidental engraver in the first place? What are you hoping to achieve with it?
On 21.08.2009, at 04:21, Simon Mackenzie wrote:

I'm lost on this one...

If I place the override in the voice context I end up with the following which is nothing like what I need to achieve.

NB: I have already added the force natural symbol "!" to the needed notes.
<CHW066.pdf>
<CHW06601.jpg>

\score {
<<
\new ChordNames {
\include "music/chords/C-CHW066.ly"
}
\new Staff <<
\new Voice = "voiceOne" {
\once \override Staff.Accidental #'stencil = ##f
\include "music/voice/V-CHW066.ly"
}
\new Lyrics \lyricsto "voiceOne" {
\include "music/lyrics/LUA/L-CHW066-01.ly"
}
\new Lyrics \lyricsto "voiceOne" {
\include "music/lyrics/LUA/L-CHW066-02.ly"
}
>>
>>
\layout {
\context {
\Score
\remove "Bar_number_engraver" % Removes automatic bar number engraving for each staff line
}
}
% \midi { }
}



Simon

On 20/08/2009, at 23:17, James E. Bailey wrote:

I'm guessing you're turning off accidental engraver at either staff or global level. I don't really understand why you're turning off accidental engraver at all, but you can probably achieve what you want by removing the stencil in the music. i.e., with \once \override Staff.Accidental_engraver #'stencil = ##f

On 20.08.2009, at 18:10, Simon Mackenzie wrote:

If I turn Accidental_engraver off no accidentals appear as expected but then if leave it on I don't seem to be able to manually set naturals with ! and exclude / turn off everything else. 

Simon

On 20/08/2009, at 22:48, James E. Bailey wrote:


On 20.08.2009, at 17:39, Simon Mackenzie wrote:

I haven't been able to figure out how to replicate the three naturals on this music sheet using Lilypond script?
Any ideas?

<CHW06601.jpg>

Simon

_______________________________________________
lilypond-user mailing list

This should be very straightforward. What have you tried and what hasn't worked? Could you show it in one measure?

James E. Bailey





James E. Bailey





James E. Bailey




reply via email to

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