lilypond-user
[Top][All Lists]
Advanced

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

Re: Help with breaks?


From: Bill Mooney
Subject: Re: Help with breaks?
Date: Thu, 22 Sep 2011 17:03:47 +1200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13

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



reply via email to

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