lilypond-user
[Top][All Lists]
Advanced

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

\compressMusic: strange behaviour in example


From: andrea valle
Subject: \compressMusic: strange behaviour in example
Date: Sun, 8 Jan 2006 12:24:57 +0100

Hi to all,

I was tweaking with the example about independent times here:

http://lilypond.org/doc/v2.6/Documentation/user/lilypond/Polymetric- notation.html#Polymetric-notation

I was simply adding some measures of music. I cannot understand why 9/8 doesn't work.

Any ideas?


Her'es the code:

\version "2.6.4"


   \relative c' { <<
       \new Staff {
         \time 3/4
         c4 c c | c c c | c c c |
       }
       \new Staff {
         \time 3/4
         \set Staff.timeSignatureFraction = #'(9 . 8)
         \compressMusic #'(2 . 3)
           \repeat unfold 3 { c8[ c c] }
                | c4. c4.  c4. | c4. c4.  c4. |
       }
       \new Staff {
         \time 3/4
         \set Staff.timeSignatureFraction = #'(10 . 8)
         \compressMusic #'(3 . 5) {
           \repeat unfold 2 { c8[ c c] }
           \repeat unfold 2 { c8[ c] }
           | c4. c4. \times 2/3 { c8 c c } c4
                   | c4 c8[ c8] c4. c4 c8 |
         }
       }
     >> }


Thanks

-a-

Andrea Valle
DAMS - Facoltà di Scienze della Formazione
Università degli Studi di Torino
http://www.semiotiche.it/andrea
address@hidden





reply via email to

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