Kieren MacMillan <kieren_macmil...@sympatico.ca> writes:

> Hi David,
>
>> can't you achieve your goal with the various footnote/balloon mechanisms?
>
> I just tried to — in order to give the OP an example — but my attempt didn’t 
> work:
>
> %%%  SNIPPET BEGINS
> \version "2.19.80"
>
> \layout {
>   \context {
>     \Voice
>     \consists "Balloon_engraver"
>   }
> }
>
> stuff = {
>   \balloonGrobText #'TimeSignature #'(1 . 0) \markup "test" \time 2/4 s2
> }
>
> \score { \stuff }
> %%%  SNIPPET ENDS
>
> No error, though… What did I do wrong? (Note: using \new Voice \stuff also 
> didn’t work as expected.)

Time signatures are engraved at Staff context.  I'd likely suggest to
put Balloon_engraver at Score level anyway: no point in having more than
one of them active, is there?  Have not used this myself though.

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to