lilypond-user
[Top][All Lists]
Advanced

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

Re: fermata and phrasing slurs


From: Gagi Petrovic
Subject: Re: fermata and phrasing slurs
Date: Wed, 13 Nov 2013 23:41:41 +0100

Hi Eluze, thank you. And i'm sorry, i thought it was clear in the example. To be more specific:

When using \longfermata and \verylongfermata the overrides i used, get ignored. The TextScript is placed above the Script, instead of the other way around, like it does with \fermata. (this can be seen in the screenshot)

I tried your method (see below), but it still doesn't work correctly. Now the text is nicely placed under all the fermata, but i don't understand why the slur isn't placed above them. Any help would be greatly appreciated.

All the best, Gagi

\version"2.16.1"

\relative c''{

  \override Slur#' outside-staff-priority = 999
  \override Script#' outside-staff-priority = 1
  \override TextScript#' outside-staff-priority = 0   
  \phrasingSlurUp
  
  d2^"test"^\fermata\(  b4 c\) 
  
  d2^"test"^\longfermata\(  b4 c\) 
  d2^"test"^\verylongfermata\(  b4 c\) 

}  




On 13 November 2013 22:52, Eluze <address@hidden> wrote:
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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