Feathered beams with tuplet fractions

View: New views
3 Messages — Rating Filter:   Alert me  

Feathered beams with tuplet fractions

by Qian Li-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
lilypond-user@...
http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Feathered beams with tuplet fractions

by David Kastrup :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Qian Li <qianian@...> writes:

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

Neither example works since it does not have lilypond syntax.  Apart
from that, you set the featherDurations to 6/8 in the second example.

> \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)


--
David Kastrup



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

Re: Feathered beams with tuplet fractions

by Trevor Daniels :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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" <qianian@...>
To: <lilypond-user@...>
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
> lilypond-user@...
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>



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