lilypond-user
[Top][All Lists]
Advanced

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

Re: balloon text applied to spanners?


From: David Nalesnik
Subject: Re: balloon text applied to spanners?
Date: Sun, 5 Mar 2017 17:37:24 -0600

Hi Jeffery,

On Sun, Mar 5, 2017 at 5:25 PM, Jeffery Shivers
<address@hidden> wrote:
> Hi,
>
> Is it possible to engrave balloon text to slurs, hairpins, etc? This
> doesn't work:
>
> \version "2.19.56"
>
> music = {
>   \new Voice \with { \consists "Balloon_engraver" } {
>   \balloonGrobText #'NoteHead #'(-1 . -1) \markup { bla }
>     c'4
>   \balloonGrobText #'Slur #'(1 . -2) \markup { not engraved }
>     d'2( c'4)
>   }
> }
>
> \score {
>   \music
> }
>
> Since footnotes can be applied to spanners, is there a small remedy /
> alteration that can be made to the balloon text engraver to accomplish
> it as well?
>

See https://sourceforge.net/p/testlilyissues/issues/2567/

-David



reply via email to

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