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
}
%%%%%

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

Reply via email to