]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/balloon.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / balloon.ly
index 2acc43ff15e2b877f8a8add1ef9141ab9f9598ec..65264d48332cf1f00dc85fa391886f7b83552065 100644 (file)
@@ -5,7 +5,7 @@
 with lines and explanatory text added."
   
 }
-\version "2.14.0"
+\version "2.17.6"
 
 \layout{ ragged-right = ##t }
 
@@ -15,13 +15,19 @@ with lines and explanatory text added."
     \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
+      \override PaperColumn.keep-inside-line = ##f
     }
   }
 }