Thank you very much. However, a new problem came up when I applied this to a whole section:
\version "2.10.7" \relative c' { \time 6/8 c8 d16 e f8 c8 d16 e f8 | \set Timing.beatLength = #(ly:make-moment 3 8) c8 d16 e f8 c8 d16 e f8| } Is it OK that two consecutive 16th notes are only beamed together with a single beam? I have never seen that in print. Thanks, Imre On 16/02/07, Mats Bengtsson <[EMAIL PROTECTED]> wrote:
The following seems to work: \time 6/8 \set Timing.beatLength = #(ly:make-moment 3 8) This should clearly be the default for 6/8 time signatures, so I send a copy of your email to bug-lilypond as well. Here's a complete example for the bug report: \version "2.11.18" \relative c' { \time 6/8 c8. d16 e f c8. d16 e f | \set Timing.beatLength = #(ly:make-moment 3 8) c8. d16 e f c8. d16 e f | } /Mats Imre Polik wrote: > Hi, > > I started using lilypond some weeks ago, the results look great so > far, but by now I have accumulated a few questions. I'll post them one > by one. > > Take a look at the following snippet: > > \version "2.10.7" > \score {<<\time 6/8 \relative c' {c8. d16 e f | #(set-time-signature > 12 16 '(3 3 3 3)) c8. [d16 e f]}>>} > > Is there a way to achieve the second look in 6/8? That is, can I have > a single beam between the dotted 8th and the first 16th, and double > beams all the way between the 16th? Could this be achieved by changing > the meter but not displaying it? > > Thanks, > Imre > > PS: Win XP, Lily 2.10.7 > > > _______________________________________________ > lilypond-user mailing list > lilypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-user -- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================
-- McMaster University Advanced Optimization Lab _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user