]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/balloon.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / balloon.ly
index a60f89e57c1854641ed7f57a283a9043de41bbbf..65264d48332cf1f00dc85fa391886f7b83552065 100644 (file)
@@ -5,14 +5,29 @@
 with lines and explanatory text added."
   
 }
-\version "2.12.0"
+\version "2.17.6"
 
 \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
+      \balloonLengthOn
+      \balloonGrobText #'Rest #'(-1 . -2) \markup{ "Rest" }
+      r
+      \balloonLengthOff
+      \balloonGrobText #'Script #'(-1 . -1) \markup{ "Accent" }
+      c4->
+    }
+  }
+
+  \layout {
+    \context {
+      \Score
+      \override PaperColumn.keep-inside-line = ##f
+    }
   }
 }