lilypond-user
[Top][All Lists]
Advanced

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

Repeat volta puzzle


From: ALAN ANDERSON
Subject: Repeat volta puzzle
Date: Sat, 1 Feb 2014 13:33:12 +0000 (GMT)

 Why does this segment go wrong in the second alternative?   Is it to do with the "partial"?   I've tried all sorts of things!
Alan

   \version "2.16.2"
\header { poet = \markup { \huge "  " }
                composer = "  "
                 arranger = " "}
melody = \relative c' {
  \clef treble
  \key b \minor
  \time 6/8
 
\repeat volta 2 { \partial 8*1 cis'8  b fis' b, a' b, fis' b, a' b, fis' e cis a cis a e' cis fis e a fis e cis a b fis' b, a' b, fis' b, a' b, fis' e cis |}
\alternative {
  {  a a' fis  e cis a  b4.~b4  | }
  {  a'8 g fis  e d cis  b4.~b4  | }
}\bar "."
}
\score{
  \new Staff \melody
      \layout {%indent = #0
  \context {
    \Score
    \remove "Bar_number_engraver"
  }
}
  \midi { }
}


reply via email to

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