lilypond-user
[Top][All Lists]
Advanced

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

Re: custom drum articulation placement


From: Noeck
Subject: Re: custom drum articulation placement
Date: Wed, 13 Mar 2013 00:04:28 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130221 Thunderbird/17.0.3


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
}




reply via email to

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