lilypond-user
[Top][All Lists]
Advanced

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

unfold and tremolo have different math


From: james
Subject: unfold and tremolo have different math
Date: Fri, 5 Dec 2008 22:08:13 +0100

The only difference between these two is the unfold/tremolo, so why do they render differently?
\version "2.11.65"

\relative c' {
   \scaleDurations #'(2 . 3) {
      \repeat tremolo 9 <c e g>8 \repeat tremolo 3 <c e fis>8
      \repeat unfold 4 { \repeat tremolo 3 <c d fis>8 }
   }
}
\relative c' {
   \scaleDurations #'(2 . 3) {
      \repeat unfold 9 <c e g>8 \repeat unfold 3 <c e fis>8
      \repeat unfold 4 { \repeat unfold 3 <c d fis>8 }
   }
}

PNG image

PNG image


reply via email to

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