Stephan Elliot Perez wrote Tuesday, November 16, 2010 3:41 PM

I am trying to change the spacing priority of either \markup obects or pedal markings (\sustainOn and \sustainOff ) so that the latter will be displayed closer to the staff than the former. I have tried lowering the
priority number of \markup with

\override TextScript #'outside-staff-priority = #500

as well as raising that of the pedal markings with

\override  Staff.SostenutoPedal #'outside-staff-priority = #300

but neither works.  What am I missing?

The correct layout object for sostenuto pedal is
SostenutoPedalLineSpanner in the Staff context.  Its
default value for outside-staff-priority is 1000.

The default value for TextScript is 450, so this will
either have to be increased to >1000 or that for
SostenutoPedalLineSpanner decreased to <450 to achieve
the placing you want.  Which you choose depends on
what placing you want relative to other objects.

Trevor



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

Reply via email to