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.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to