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.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to