2012/2/16 Joey Di Nardo :
> One more thing is that because they increase in speed, I don't want them
> labeled as a tuplet, so I suppose I'll have to figure out how to make that
> number invisible in that instance.
\once \override TupletNumber #'transparent = ##t
Cheers,
Harm
___
One more thing is that because they increase in speed, I don't want them
labeled as a tuplet, so I suppose I'll have to figure out how to make that
number invisible in that instance.
On Feb 15, 2012, at 7:05 PM, Thomas Morley wrote:
> Hi Joey,
>
> 2012/2/16 Joey Di Nardo :
>> Sorry about that.
Hi again,
[ ... ]
>
> P.S. Also you might be interested in this thread:
> http://old.nabble.com/Making-feathered-beams-more-variable-tt32705102.html#a32790344
> with an extended function to print feathered beams and an improved
> feather-duration-function by David Nalesnik.
I just noticed that I
Hi Joey,
2012/2/16 Joey Di Nardo :
> Sorry about that. Here ya go:
>
> percOne = \drummode {
> \tempo 2 = 60
> %\tempo 2 = 45
> \time 5/4
>
> %1
> r8\mp
> \times 2/3 { wbh16 wbh r16 }
> \override Beam #'grow-direction = #RIGHT
> \featherDurations #(ly:make-moment 1 4)
> { wbh16[ wbh wbh r16 wbh] }
Sorry about that. Here ya go:
percOne = \drummode {
\tempo 2 = 60
%\tempo 2 = 45
\time 5/4
%1
r8\mp
\times 2/3 { wbh16 wbh r16 }
\override Beam #'grow-direction = #RIGHT
\featherDurations #(ly:make-moment 1 4)
{ wbh16[ wbh wbh r16 wbh] }
r2.
|
}
\score {
\new DrumStaff {
\percOne
}
Hi Joey,
2012/2/15 Joey Di Nardo :
> Hello all, I am currently dealing with this measure:
>
> |%26
> r8\mp
> \times 2/3 { wbh16 wbh r16 }
> \override Beam #'grow-direction = #RIGHT
> \featherDurations #(ly:make-moment ? ?)
> { wbh16[ wbh wbh r16 wbh] }
> r2.
> |%27
>
> And I'm a bit uncertain as t