lilypond-user
[Top][All Lists]
Advanced

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

Re: Working on GDP need grob explanation what is a rest?


From: Graham Percival
Subject: Re: Working on GDP need grob explanation what is a rest?
Date: Sat, 22 Mar 2008 19:06:02 -0700

On Sat, 22 Mar 2008 15:48:31 -0700
"Jay Hamilton" <address@hidden> wrote:

> I need to attach a balloon to a rest.
> In the current examples I understand how to create a balloon around a
> stem and a note in a chord and presumably around a single note
> \balloonGrobText #'note #' (-4 . -4) \markup { "I'm a note" } however

Try experimenting a bit more -- if you only have this in a score,
it won't work:

{
\balloonGrobText #'note #' (-4 . -4) \markup { "I'm a note" }
}

Look at the original example, and try commenting out portions of
the example.  Find the smallest possible example that still
creates the "I'm a note" balloon.

Once you've done that, it should be easier to figure out how to
adapt it for rests.

Cheers,
- Graham




reply via email to

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