]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/balloon.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / balloon.ly
1
2 \header {
3   
4   texidoc = "With balloon texts, objects in the output can be marked,
5 with lines and explanatory text added."
6   
7 }
8 \version "2.11.51"
9
10 \layout{ ragged-right = ##t }
11
12 \new Voice \with {\consists "Balloon_engraver" }
13 {
14   \relative c'  {
15     \balloonGrobText #'Stem #'(3 . 4) \markup { "I'm a Stem" }
16     <c-\balloonText #'(-2 . -2) \markup { \simple #"hoi" }  >8
17   }
18 }