lilypond-user
[Top][All Lists]
Advanced

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

Re: Accidentals problem


From: Trevor Daniels
Subject: Re: Accidentals problem
Date: Tue, 6 Jan 2009 19:41:30 -0000

I showed you how to fix this in an earlier message,
attached again.

Trevor

----- Original Message ----- From: "Trevor Daniels" <address@hidden>
To: <address@hidden>; "Hasi" <address@hidden>
Sent: Monday, January 05, 2009 11:44 AM
Subject: Re: Accidentals problem


You could place the es in a separate temporary voice and ignore the clashing note column warning:

<<
 ees!
\\
 \voiceOne
 \once \override Accidental #'stencil = #ly:text-interface::print
 \once \override Accidental #'text = #AuflB
 \once \override Score.AccidentalPlacement #'right-padding = #1.5
 < a d' bes'! b'! e''>


Trevor

----- Original Message ----- From: "Hasi" <address@hidden>
To: <address@hidden>
Sent: Monday, January 05, 2009 10:46 AM
Subject: Accidentals problem


I have the following:

\once \override Accidental #'stencil = #ly:text-interface::print
\once \override Accidental #'text = #AuflB
\once \override Score.AccidentalPlacement #'right-padding = #1.5 <es! a d' bes'!
b'! e''>

which I need so both the natural and the b show.
What I don't want is the es to show both the b and the natural, it should only
show the b.
Any ideas?



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


--- Begin Message --- Subject: Re: Accidentals problem Date: Mon, 5 Jan 2009 11:44:32 -0000 You could place the es in a separate temporary voice and ignore the clashing note column warning:

<<
 ees!
\\
 \voiceOne
 \once \override Accidental #'stencil = #ly:text-interface::print
 \once \override Accidental #'text = #AuflB
 \once \override Score.AccidentalPlacement #'right-padding = #1.5
 < a d' bes'! b'! e''>


Trevor

----- Original Message ----- From: "Hasi" <address@hidden>
To: <address@hidden>
Sent: Monday, January 05, 2009 10:46 AM
Subject: Accidentals problem


I have the following:

\once \override Accidental #'stencil = #ly:text-interface::print
\once \override Accidental #'text = #AuflB
\once \override Score.AccidentalPlacement #'right-padding = #1.5 <es! a d' bes'!
b'! e''>

which I need so both the natural and the b show.
What I don't want is the es to show both the b and the natural, it should only
show the b.
Any ideas?



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


--- End Message ---

reply via email to

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