lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Balloon engraver and annotations


From: Andrew Bernard
Subject: Balloon engraver and annotations
Date: Fri, 18 Sep 2020 12:17:55 +1000

I just want an annotation to a note with a line pointing to it.
Thinking to use the balloon engraver, the example from the NR draws an
ugly line next to the note, presumably a degenerate box:

\new Voice \with { \consists "Balloon_engraver" }
{
  d'4
  \balloonGrobText #'Stem #'(3 . 4) \markup { "I'm a Stem" }
  d'4
}

How can the box be removed? Or more to the point, how can I do an
annotation like that, not a footnote callout?

Andrew



reply via email to

[Prev in Thread] Current Thread [Next in Thread]