]> 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 4569db4300123311722f92565fa3a8e606a79d2b..9004508262a0bf9e4bd11b553ff5b836ca4791b8 100644 (file)
@@ -1,16 +1,22 @@
-\version "1.7.18"
+
+\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 {
-\notes \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 }
+  >>
 }
-%% new-chords-done %%
+