]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-ending.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / hairpin-ending.ly
1
2 \version "2.17.6"
3
4 \header {
5
6   texidoc = "Hairpin dynamics start under notes if there are
7 no text-dynamics. If there are text dynamics, the hairpin does not run
8 into them."
9
10 }
11
12 \layout { ragged-right = ##t } 
13
14 \relative c'' {
15   \override Score.PaperColumn.keep-inside-line = ##f
16   c4 \> c4 c4\! c4_\ff \> c4 c4\!\p
17   
18   <<
19     { c\< c\! }
20     \lyrics { "a" loooong }
21   >>
22 }
23