]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-alignment-no-line-linebreak.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / dynamics-alignment-no-line-linebreak.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Setting the style of a @code{DynamicTextSpanner} to @code{'none}
5 to hide the line altogether should also work over line breaks.
6 "
7 }
8
9 \relative c'' {
10   \override DynamicTextSpanner #'style = #'none
11   c2\cresc g,2
12   \break
13   g2 c'2\f
14 }