Hi all,
Here's a snippet showing how balloon text might be used.
Hope it helps!
Kieren.
%%% SNIPPET BEGINS
\version "2.19.80"
\layout {
\context {
\Score
\consists "Balloon_engraver"
\override BalloonTextItem.annotation-balloon = ##f
\override BalloonTextItem.annotation-line = ##f
\override BalloonTextItem.font-size = #-2
\override BalloonTextItem.font-series = #'bold
}
}
stuff = {
\balloonGrobText #'TimeSignature #'(0 . 0.5) \markup "test" \time 2/4 s2
}
\score { \stuff }
%%% SNIPPET ENDS
________________________________
Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: [email protected]
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user