]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/balloon.ly
Doc-es: various updates.
[lilypond.git] / input / regression / balloon.ly
index 47ea9fca954e41283281d0059fb0a998f3a94d01..65264d48332cf1f00dc85fa391886f7b83552065 100644 (file)
@@ -15,6 +15,12 @@ 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->
     }
   }