lilypond-user
[Top][All Lists]
Advanced

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

Why is scaleDurations not working?


From: Ryan McClure
Subject: Why is scaleDurations not working?
Date: Wed, 25 Feb 2015 15:43:43 -0700 (MST)

Hello,

I'm trying to get two different rhythms to line up using \scaleDurations and
I've noticed something interesting. When I input each note individually, it
breaks, but when I use \repeat unfold X, it works... What am I doing wrong?

\version "2.18.2"

top = \relative c'{
   \time 2/4
    \scaleDurations 16/17
     % \repeat unfold 17 { c32] } |
     c32 c c c c c c c c c c c c c c c c |
      \scaleDurations 1/1
      R2 |
}

bottom = \relative c'{
  \time 2/4
   \times 2/3 { c8 c c } c c |
    R2 |
  }
  
 <<
   \new Staff {\top}
   \new Staff {\bottom}
 >>

Thanks!

-Ryan McClure



-----
Ryan McClure

Music Education Major, Shepherd University
Luna Music Engraving
www.lunamusicengraving.com
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Why-is-scaleDurations-not-working-tp172309.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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