]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/balloon.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / balloon.ly
index 5cd81d09d9c51aa327fd01ff5bb32e6013ad622f..2acc43ff15e2b877f8a8add1ef9141ab9f9598ec 100644 (file)
@@ -5,14 +5,23 @@
 with lines and explanatory text added."
   
 }
-\version "2.10.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
+    }
   }
 }