\header { texidoc = "With balloon texts, objects in the output can be marked, with lines and explanatory text added." } \version "2.17.6" \layout{ ragged-right = ##t } \score{ \new Voice \with {\consists "Balloon_engraver" } { \relative c' { \balloonGrobText #'Stem #'(3 . 4) \markup { "I'm a Stem" } 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 } } }