]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/balloon.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / balloon.ly
index a60f89e57c1854641ed7f57a283a9043de41bbbf..2acc43ff15e2b877f8a8add1ef9141ab9f9598ec 100644 (file)
@@ -5,14 +5,23 @@
 with lines and explanatory text added."
   
 }
-\version "2.12.0"
+\version "2.14.0"
 
 \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
+    }
   }
 }