lilypond-user
[Top][All Lists]
Advanced

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

custom drum articulation placement


From: Vaylor Trucks
Subject: custom drum articulation placement
Date: Tue, 12 Mar 2013 22:41:23 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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




reply via email to

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