lilypond-user
[Top][All Lists]
Advanced

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

Re: Bar counts and repeats in repetitive music


From: ptoye
Subject: Re: Bar counts and repeats in repetitive music
Date: Thu, 16 Feb 2017 11:54:11 -0700 (MST)

Thanks for your comments Jeffery.

Here's some of the music I'm trying to set. I'm not worried about the full
score aspect, just the piano part. As you can see, it doesn't indicate how
many repetitions there should be, and the bar numbers don't increment
correctly. 

This is just a one-bar repetition, so my third comment isn't relevant. 

I've been using currentBarNumber so your typo wasn't a problem.

\version "2.19.52"

\language "english"

rhPatternA =
{
  \relative
  {
    f,16 f r af af r ef ef r c ef c ef bf' af ef |
  }
}

rhPatternB =
{
  \relative {
    bf,16-> bf af bf-> r4 r2 |
  }
}
lhPatternA =
{ \relative
  {
    f,,16 f r af af r ef ef r c ef c ef bf' af ef |
  }

}
lhPatternB =
{
  \relative {
    bf,,16-> bf af bf-> r4 r2 |
  }

}
\score {
  
  \new Staff {
    \tempo 4 = 108
    \clef "bass"
    \time 4/4
    \key f \minor
    \repeat volta 4 {\rhPatternA } |
    \repeat volta 16 { \rhPatternA }
    \repeat volta 4 {\rhPatternB }
    \repeat volta 2 {\rhPatternA }
  }
}




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Bar-counts-and-repeats-in-repetitive-music-tp199814p200204.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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