First, here's my 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)
        \times 4/6 { <bd hh>8[^\hop hh sn] sn8[ hh bd]}

}
\score
{
        << \new DrumStaff << \up >> >>
        \layout { \context { \Staff } }
}
\paper{ }

When you engrave this, the custom "open" symbol above the hi-hat in beat 1 is 
placed above the tuplet bracket.  I need to use this custom "open" symbol 
rather 
than the default one.  Any ideas for how I can place the "open" symbol directly 
above the beam and below the tuplet bracket?

Thanks,
Vaylor


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

Reply via email to