lilypond-user
[Top][All Lists]
Advanced

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

Re: text in staff


From: Doug Asherman
Subject: Re: text in staff
Date: Sun, 21 Aug 2005 09:46:08 -0700
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050716)

address@hidden wrote:
> hi everybody,
> getting quite fluent in lilypond by now. it's even more fun using it, 
> if you get to know the app better.
> 
> one thing i'm still struggling with: how to put text in the staff?
> the picture below has been done with photoshop (not the most elegant 
> way :) )
> i tried the \markup command \lower put that didn't help.
>
[ picture deleted ]

You can change the position of the text by doing this:

\override TextScript #'extra-offset = #'(0 . -2)

You can play with the values, but basically, the first value is the x
and the second value is y.

After you're done, though, don't forget to:

\revert TextScript #'(extra-offset) unless you modified the override
with \once.

Doug




reply via email to

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