| [ << Workaround ] | [Top][Contents] | [ >> ] |
| [ < Appoggiatura or grace note before a bar line ] | [ Up: Workaround ] | [ Changing time signatures inside a polymetric section using \scaleDurations > ] |
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 }
| [ << Workaround ] | [Top][Contents] | [ >> ] |
| [ < Appoggiatura or grace note before a bar line ] | [ Up: Workaround ] | [ Changing time signatures inside a polymetric section using \scaleDurations > ] |