lilypond-user
[Top][All Lists]
Advanced

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

Re: feathered beam calculations


From: Reggie
Subject: Re: feathered beam calculations
Date: Mon, 17 Dec 2018 14:12:08 -0700 (MST)

Thomas Morley-2 wrote
> Am Mo., 17. Dez. 2018 um 14:52 Uhr schrieb Reggie <

> reegistoop@

> >:
> 
>> How do you change the amount of "beams" you feather when
>> the amount of notes is example 3. You need to just forget it? 3  beams
>> are
>> not possible?
>>
>> \relative d {
>>   \clef bass
>>   \time 4/4
>>   d2 e4
>>   \override Beam.grow-direction = #RIGHT
>>   \featherDurations #(ly:make-moment 3/4)
>>   {
>>     \once \override TupletNumber.stencil = ##f
>>     \tuplet 3/4 { c16[ d e] } |
>>   }
>>   \revert Beam.grow-direction
>>   cis1 |
>> }
> 
> Scale durations:
> 
> \relative d {
>   \clef bass
>   \override Beam.grow-direction = #RIGHT
>   \featherDurations #(ly:make-moment 3/4)
>     c16*4/3[ d e]
>     c32*2*4/3[ d e]
>     c64*4*4/3[ d e]
>     c128*8*4/3[ d e] |
>   \revert Beam.grow-direction
>   cis1 |
> }
> 
> HTH,
>   Harm
> 
> _______________________________________________
> lilypond-user mailing list

> lilypond-user@

> https://lists.gnu.org/mailman/listinfo/lilypond-user

Harm can you show how you got the math I haven't a clue how you would have
known how to do it. Can you show your math please for us thank you.



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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