]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/balloon.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / balloon.ly
index 3ba915b3cad39f1665fe10aaca695dd5bae43644..65264d48332cf1f00dc85fa391886f7b83552065 100644 (file)
@@ -5,7 +5,7 @@
 with lines and explanatory text added."
   
 }
-\version "2.16.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
     }
   }
 }