]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-ending.ly
Doc-fr: enable tweets
[lilypond.git] / input / regression / hairpin-ending.ly
index 58569324d4d812c17e592fef78dbc8402e863a50..176d36e2520bc79ccafc4cbf6c148c7d3287423b 100644 (file)
@@ -1,15 +1,23 @@
-\version "1.3.146"
+
+\version "2.14.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 { linewidth = -1.} 
+\relative c'' {
+  \override Score.PaperColumn #'keep-inside-line = ##f
+  c4 \> c4 c4\! c4_\ff \> c4 c4\!\p
+  
+  <<
+    { c\< c\! }
+    \lyrics { "a" loooong }
+  >>
 }
+