Am 12.03.2013 23:41, schrieb Vaylor Trucks:
> Any ideas for how I can place the "open" symbol directly 
> above the beam and below the tuplet bracket?

Hi Vaylor,

you could raise the outside-staff-priority of the tuplet bracket:
  \override TupletBracket #'outside-staff-priority = #1000

HTH,
Joram



In the full example:
\version "2.16.0"
hop = \markup{\hspace #0.5 \draw-circle #.4 #0.1 ##f}

up = \drummode {
        \override Stem #'direction = #UP
        \override Beam #'positions = #'(5 . 5)
        \override TupletBracket #'positions = #'(7 . 7)
        \override TupletBracket #'outside-staff-priority = #1000
        \times 4/6 { <bd hh>8[^\hop hh sn] sn8[ hh bd] }

}
\score
{
        \new DrumStaff \up
}


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

Reply via email to