lilypond-user
[Top][All Lists]
Advanced

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

Re: moving accidental of note in a chord


From: Trevor Daniels
Subject: Re: moving accidental of note in a chord
Date: Wed, 2 Apr 2008 16:36:13 +0100

Luis

\tweak will not work here as accidentals are not created in the input stream. You have the right override, with the right object and property, but you may have forgotten that AccidentalPlacement lives in the Staff context, so cannot be overridden in the (default) Voice context. The 2.11 Learning Manual discusses this. Try

\once \override Staff.AccidentalPlacement #'right-padding = '1.0 or whatever spacing you need.

Trevor D

----- Original Message ----- From: "luis jure" <address@hidden>
To: "lilypond-user" <address@hidden>
Sent: Wednesday, April 02, 2008 3:47 PM
Subject: moving accidental of note in a chord


hello list!

i need to adjust the horizontal placement of the accidental of a note
in a chord.

i know that in this case \once \override AccidentalPlacement
#'right-padding doesn't work, i need to use \tweak.

but i cant find the name of the corresponding layout_property. any
hints?

tia,

lj


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






reply via email to

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