You wrote:-

++++++++++++++++++++++++++++++++
Thanks! Here's the basic code in the "score" section. (Of course, it
continues afterwards, but this seems to be the section where the problems
are.)  THANKS for your insights!

\score
{
    <<
        \new Staff
            \new Voice = "sopranos"
            {
                \voiceOne

 \repeat volta 2 {
 a a a a  \bar "|"  b b b b   \bar "|" c c c c   \bar "|"
 d d d d  \bar "|"  e e e e   \bar "|" f f f f   \bar "|"
 g g g g     }

\alternative  {{a a a a }
 {b b b b }   }
  }
--
++++++++++++++++++++++++++++++++

This works as I think you want it... (I think!)
\score
{
   % << %this is unterminated
        \new Staff
            \new Voice = "sopranos"
            {
               \voiceOne

 \repeat volta 2 {
 a a a a    b b b b    c c c c \break
 d d d d    e e e e    f f f f    \break
 g g g g     }

\alternative  { { a a a a }
 { b b b b }   }
            }
  \layout {  } %added this so that I can see the page! :)
            }

++++++++++++++++++++++++++++++++
Hope this helps
Cheers
Bill

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to