lilypond-user
[Top][All Lists]
Advanced

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

Re: manual beaming in a triplet or sextuplet


From: Michael Lauer
Subject: Re: manual beaming in a triplet or sextuplet
Date: Sat, 28 Apr 2007 14:31:24 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Luc <luc <at> smooth.ch> writes:

> 
> > Hi
> 
> Thanks - and sorry if I was not exact in my formulation! I want the triplet/
> sextuplets in the 1st measure to have the same appearance as the 2nd measure 
> - 
> and not vice versa. Hope this is clearer!
> Luc
> 

Setting beatLength seems to work:

\version "2.10.0"
     
\relative c' {
 \time 3/4
 \set Score.beatLength = #(ly:make-moment 1 3)
 \times 4/6 { c 8       d 16 d e e  }
 \times 4/6 { c 8      [ d 16 d e e ] }
 \times 2/3 { c 8 [ d 16 d e e ] }
 |
 \break
 \set Score.beatLength = #(ly:make-moment 1 4)
 c 8 [
 d 16
 d e e ]
 r 4.
 |

}

Cheers,
Michael





reply via email to

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