lilypond-user
[Top][All Lists]
Advanced

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

Re: Feathered beams with tuplet fractions


From: Trevor Daniels
Subject: Re: Feathered beams with tuplet fractions
Date: Fri, 6 Nov 2009 09:32:32 -0000

As David said, the syntax is wrong.

Both examples work fine if you prefix them with

\include "english.ly"
\score { {

and terminate with } }

Trevor

----- Original Message ----- From: "Qian Li" <address@hidden>
To: <address@hidden>
Sent: Friday, November 06, 2009 3:37 AM
Subject: Feathered beams with tuplet fractions


Why does lilypond choke on feathered 8:10 notes but handles 4:6 no problem? The first example works (even the slur works), but the second doesn't.

Thanks.
Qian

\times 4/6{
\featherDurations #(ly:make-moment 6 8 ) {
\once \override Beam #'grow-direction = #RIGHT
bf16 ( ef g bf' g ef
}
}
cs,2)

%second example

\times 8/10{
\featherDurations #(ly:make-moment 6 8 ) {
\once \override Beam #'grow-direction = #RIGHT
as'16 ( bf cs bs as bs as g fs g }
}
fs4)



--------------------------------------------------------------------------------


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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