lilypond-user
[Top][All Lists]
Advanced

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

Re: Tuplet Bracket and \fermataMarkup


From: Malte Meyn
Subject: Re: Tuplet Bracket and \fermataMarkup
Date: Fri, 14 Aug 2015 10:44:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0

Am 14.08.2015 um 08:57 schrieb jeremyvanb:
Thank you.  I should have been more specific.  I want the fermata under the
bracket.  Changing the padding does not seem to change the order of the
objects.

The order is managed by outside-staff-priority, so simple increase the TupleBracket’s one. You could also have a look at the list thread “Text spanner text in the middle”.

%%%%%
\version "2.18.2"

\relative c {
  \omit Staff.TimeSignature
  \once \override TupletNumber.text = "~ 25 sec."
  \once \set tupletFullLength = ##t
  \once \override TupletBracket.outside-staff-priority = 500
  \hideNotes
  <<
    \tuplet 3/2 {
      c2 c c
    }
    R1\fermataMarkup
  >>
  \unHideNotes
}
%%%%%



reply via email to

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