Hi Graham,
On Tue, Oct 14, 2008 at 05:20:18PM -0700, Graham Percival wrote:
> The text script is placed extremely high. Looks ugly.
>
> Cheers,
> - Graham
>
>
> \version "2.11.62"
> \relative c' {
> f8^"rit"( c' f c' f) r8 r4
> }
As a workaround, you can do something like this:
\version "2.11.62"
\relative c' {
\once \override Slur #'Y-extent = #'(0 . 3)
f8(^"rit" c' f c' f) r8 r4
}
-Patrick
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond