]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-alignment-breaker-order.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / dynamics-alignment-breaker-order.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "@code{\\breakDynamicSpan} work whether it is placed together 
5 with the start or the end of a spanner.  Both lines should be identical.
6 "
7 }
8
9 \relative {
10   c1\< c''
11   % break directly before and after \> :
12   c,1\breakDynamicSpan\>\breakDynamicSpan 
13   f,1\p \break
14
15   c1\<\breakDynamicSpan c''
16   c,1\>
17   f,1\breakDynamicSpan\p
18 }