]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-alignment-no-line.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / dynamics-alignment-no-line.ly
1 \version "2.19.21"
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 {
10   g'4\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 }