[ << Tweaks and overrides ] | [Top][Contents] | [ Paper and layout >> ] |
[ < Asymmetric slurs ] | [ Up : Tweaks and overrides ] | [ Caesura ("railtracks") with fermata > ] |
Breaking vertical alignment of dynamics and textscripts
By default, LilyPond uses DynamicLineSpanner
grobs to vertically
align successive dynamic objects like hairpins and dynamic
text. However, this is not always wanted. By inserting
\breakDynamicSpan
, which ends the alignment spanner
prematurely, this vertical alignment can be avoided.
{ g1\< | e''\f\> | c'\p } { g1\< | e''\breakDynamicSpan\f\> | c'\p } \paper { tagline = ##f }