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 { }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to