]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/balloon.ly
Change keep-inside-line defaults to true.
[lilypond.git] / input / regression / balloon.ly
index a60f89e57c1854641ed7f57a283a9043de41bbbf..3a85fed660cc01ffe3025aa4b66cd6888132b5a9 100644 (file)
@@ -9,10 +9,19 @@ with lines and explanatory text added."
 
 \layout{ ragged-right = ##t }
 
-\new Voice \with {\consists "Balloon_engraver" }
-{
-  \relative c'  {
-    \balloonGrobText #'Stem #'(3 . 4) \markup { "I'm a Stem" }
-    <c-\balloonText #'(-2 . -2) \markup { \simple #"hoi" }  >8
+\score{
+  \new Voice \with {\consists "Balloon_engraver" }
+  {
+    \relative c'  {
+      \balloonGrobText #'Stem #'(3 . 4) \markup { "I'm a Stem" }
+      <c-\balloonText #'(-2 . -2) \markup { \simple #"hoi" }  >8
+    }
+  }
+
+  \layout {
+    \context {
+      \Score
+      \override PaperColumn #'keep-inside-line = ##f
+    }
   }
 }