]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-alignment-autobreak.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / dynamics-alignment-autobreak.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "If a dynamic has an explicit direction that differs from the 
5 dynamic line spanner's direction, automatically break the dynamic line spanner.
6 "
7 }
8
9 \relative c' {
10   c1^\<
11   c1_\>
12   f,1\p
13
14   c'1^\<
15   c1_\p^\>
16   c1\!
17 }