]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-ending.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / hairpin-ending.ly
index 4e9160a8b0c26b4ec14f2bf8c6c26a42126c67e1..a5e33c426c7dcf941058ac1c078b4814cc0d823b 100644 (file)
@@ -1,17 +1,22 @@
 
-\version "2.1.26"
+\version "2.12.0"
 
 \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 }
+  >>
 }