lilypond-user
[Top][All Lists]
Advanced

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

Re: Re[2]: feathered beam calculations


From: Reggie
Subject: Re: Re[2]: feathered beam calculations
Date: Fri, 21 Dec 2018 14:03:29 -0700 (MST)

Trevor Daniels wrote
> "Reggie" <

> reegistoop@

> > wrote 21/12/2018 19:10:12
>>\relative c'
>>{
>>   \override Beam.grow-direction = #LEFT
>>   \featherDurations #(ly:make-moment 2/1)
>>   c32[ d e f g f e f d f g f d e d f] c4~c | c1 |
>>}
>>
>>My CODE has no errors. And yet the 2/1 does NOT space out any notes at ALL
>>it's just normal beamed notes with fancy feathers. What math do I need how
>>does one even know what math to use since there are no bar bad checks?
See?
>>:))
> I'm sure in an earlier note you were told to include brackets round the 
> music
> because otherwise \featherDurations affects only the first note.
> 
> Try this
> 
> \relative c'
> {
>    \override Beam.grow-direction = #LEFT
>    \featherDurations #(ly:make-moment 2/1) {
>      c32[ d e f g f e f d f g f d e d f]
>    }
>    c4~c | c1 |
> }
> Trevor
> _______________________________________________
> lilypond-user mailing list

> lilypond-user@

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

yes everyone thank you I realized after the posting I made an error. I see
that now.



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



reply via email to

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