]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-ending.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / hairpin-ending.ly
index 3d510d1275f7a3857c7a358cc339c20daaeb1ce5..c428efb628d47b99d50d7b8a43a1d430fae0c105 100644 (file)
@@ -1,14 +1,23 @@
 
+\version "2.19.21"
+
 \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.";
+into them."
 
 }
 
+\layout { ragged-right = ##t } 
 
-\score {
-\notes \relative c'' { c4 \> c4 \! c4 c4_\ff \> c4 \! c4 \p }
-\paper { linewidth = -1.;} 
+\relative {
+  \override Score.PaperColumn.keep-inside-line = ##f
+  c''4 \> c4 c4\! c4_\ff \> c4 c4\!\p
+  
+  <<
+    { c\< c\! }
+    \lyrics { "a" loooong }
+  >>
 }
+