lilypond-user
[Top][All Lists]
Advanced

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

Re: fermata and phrasing slurs


From: Eluze
Subject: Re: fermata and phrasing slurs
Date: Wed, 13 Nov 2013 13:52:14 -0800 (PST)

Gagi Petrovic wrote
> Dear group, as can be seen in the added example, something seems off. Is
> this a known issue?

please be specific about what you feel is wrong!

> Additionally, does anyone have any pointers how to work around this? In
> other words: how can i still force the TextScript to be under the longer
> versions of fermata?

you can get full control over the vertical positioning of grobs (and
spanners) by specifying the outside-staff-priority of each object, eg:

\version "2.17.95"
mus={ c2 ^( ^\fermata ^text c) }
{
  \override Slur.outside-staff-priority=#999
  \once {
      \override Script.outside-staff-priority=0
      \override TextScript.outside-staff-priority=1
    } \mus
  \once {
      \override Script.outside-staff-priority=1
      \override TextScript.outside-staff-priority=0
    } \mus
}

maybe you'll want to \shape the slur, too

hth
Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/fermata-and-phrasing-slurs-tp153872p153892.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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