lilypond-user
[Top][All Lists]
Advanced

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

Re: Feathered Beams + Make-Moment Confusion


From: Joey Di Nardo
Subject: Re: Feathered Beams + Make-Moment Confusion
Date: Wed, 15 Feb 2012 18:19:58 -0500

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
  }
}

\version "2.15.27"

On Feb 15, 2012, at 4:09 PM, Thomas Morley wrote:

> Hi Joey,
> 
> 2012/2/15 Joey Di Nardo <address@hidden>:
>> 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 to how to manipulate the make-moment in order to 
>> not return an error. I'd theoretically like to make the feathered beams 
>> speed up, all in the place of a quarter note.
>> 
>> I am currently getting a barcheck error no matter what values I place in 
>> make-moment.
>> 
>> thanks,
>> 
>> Joey
> 
> the barcheck error has nothing to do with \featherDurations !
> Something else is wrong! And I can't improve it because you've omitted
> nearly all needed information. Which version and timing?
> 
> And please post an example which can be compiled as it is.
> 
> Cheers,
>  Harm




reply via email to

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