]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-alignment-breaker-subsequent-spanner.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / dynamics-alignment-breaker-subsequent-spanner.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "@code{\\breakDynamicSpan} shall only have an effect on the current
5 spanner, not on subsequent spanners.
6 "
7 }
8
9 \relative {
10   % Check that the effect of \breakDynamic span is only for the current
11   % spanner and not for the following spanners, too.
12   c'1\<\breakDynamicSpan c''
13   c,,1\>
14   f,1\p % <= the \> and the \p should be aligned!
15 }