lilypond-user
[Top][All Lists]
Advanced

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

Re: beatLength and \times n/m {}


From: Nick Payne
Subject: Re: beatLength and \times n/m {}
Date: Tue, 11 Oct 2011 07:46:02 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110923 Thunderbird/7.0

On 11/10/11 06:26, paul wrote:
I have a little problem with beat length which appears to have
  been discussed in the past, nonetheless I
cannot get the result I want.
I have simple music in 2/4 time and need to display, per 1/4 note,
sextuplets of 1/16 th notes.

Ordinarily this is simple but I would like to have
the six 16th notes appear as three groups of
  two, not one group of 6. I have tried the
  following to no avail

\autoBeamOff
\set subdivideBeams = ##t
\set beatLength = #(ly:make-moment 2 16)
\times 4/6{c16 c c c c d}

\version "2.15.14"

tupletSixteenthNotesInTwos = \set beamExceptions = #'((end . (((1 . 24) . (2 2 2 2 2 2 2 2 2 2 2 2)))))

\relative c'' {
    \time 2/4
    \tupletSixteenthNotesInTwos
    \set tupletSpannerDuration = #(ly:make-moment 1 12)
    \times 4/6 { c16 c c c c d }
}

Nick



reply via email to

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