]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-alignment-no-line.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / dynamics-alignment-no-line.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "If the line for a @code{DynamicTextSpanner} is hidden, the
5 alignment spanner for dynamics is ended early.  This allows consecutive
6 dynamics to be unlinked."
7 }
8
9 \relative g' {
10   g4\p\cresc g g g
11   g,1\f
12
13   \override DynamicTextSpanner #'style = #'none
14   g'4\p\cresc g g g
15   g,1\f  
16 }