]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-ending.ly
Change keep-inside-line defaults to true.
[lilypond.git] / input / regression / hairpin-ending.ly
index 4dd7cbb04a3106e84b1fe7ee360746a046471103..92648d2d4ba874a838f5d661baafc71631545f93 100644 (file)
@@ -1,17 +1,23 @@
 
-\version "1.9.4"
+\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'' {
+  \override Score.PaperColumn #'keep-inside-line = ##f
+  c4 \> c4 c4\! c4_\ff \> c4 c4\!\p
+  
+  <<
+    { c\< c\! }
+    \lyrics { "a" loooong }
+  >>
 }