lilypond-user
[Top][All Lists]
Advanced

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

polymeter


From: David Bobroff
Subject: polymeter
Date: Sun, 03 Aug 2008 08:15:32 +0000
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

I have an odd score I'm copying for someone. In it, there is a section in which to top staff is notated in 1/4 time and the other four staves are noted in 5/8 time. I have managed to make it work by altering the four lines in 5/8 but I would rather modify only one part. I have not managed to get it to work.

In the example below what I expect to see is a measure of two eighth notes followed by a measure of a quarter note. I'm getting two eighths and the quarter in the first measure followed by a small extension of the staff lines beyond the barline.

Am I doing something wrong, or is this a bug/limitation?

-David

%%%%%%%%

\version "2.11.54"

\relative c' {
        \time 5/8
        \set Staff.timeSignatureFraction = #'(1 . 4)
        \scaleDurations #'(5 . 2)
        c8 c
        c4
}

%%%%%%%%




reply via email to

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