bug-lilypond
[Top][All Lists]
Advanced

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

Re: ugly notation of text script + slur


From: Patrick McCarty
Subject: Re: ugly notation of text script + slur
Date: Tue, 14 Oct 2008 17:53:44 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

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




reply via email to

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