]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-ending.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / hairpin-ending.ly
index fd023f351101d2c7a85704522525c8128cf57188..9004508262a0bf9e4bd11b553ff5b836ca4791b8 100644 (file)
@@ -1,17 +1,22 @@
 
-\version "2.3.17"
+\version "2.11.51"
 
 \header {
 
-texidoc = "Hairpin dynamics start under notes if there are
+  texidoc = "Hairpin dynamics start under notes if there are
 no text-dynamics. If there are text dynamics, the hairpin does not run
 into them."
 
 }
 
+\layout { ragged-right = ##t } 
 
-\score {
- \relative c'' { c4 \> c4 c4\! c4_\ff \> c4 c4\!\p }
-\paper { raggedright = ##t} 
+\relative c'' {
+  c4 \> c4 c4\! c4_\ff \> c4 c4\!\p
+  
+  <<
+    { c\< c\! }
+    \lyrics { "a" loooong }
+  >>
 }