[ << Spacing ] | [Top][Contents] | [ MIDI >> ] |
[ < Proportional strict notespacing ] | [ Up : Spacing ] | [ Vertically aligning ossias and lyrics > ] |
Vertically aligned dynamics and textscripts
All DynamicLineSpanner
objects (hairpins and dynamic texts) are
placed with their reference line at least 'staff-padding
from
the staff, unless other notation forces them to be farther. Setting
'staff-padding
to a sufficiently large value aligns the
dynamics.
The same idea, together with \textLengthOn
, is used to align
the text scripts along their baseline.
music = \relative c' { a'2\p b\f e4\p f\f\> g, b\p c2^\markup { \huge gorgeous } c^\markup { \huge fantastic } } { \music \break \override DynamicLineSpanner.staff-padding = 3 \textLengthOn \override TextScript.staff-padding = 1 \music } \paper { tagline = ##f }
[ << Spacing ] | [Top][Contents] | [ MIDI >> ] |
[ < Proportional strict notespacing ] | [ Up : Spacing ] | [ Vertically aligning ossias and lyrics > ] |