[ << Tweaks and overrides ] | [Top][Contents] | [ Paper and layout >> ] |
[ < Lligadures asimètriques ] | [ Up : Tweaks and overrides ] | [ Cesura tipus "vies del tren" amb calderó > ] |
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 }