lilypond-user
[Top][All Lists]
Advanced

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

Re: Help with breaks?


From: -Eluze
Subject: Re: Help with breaks?
Date: Wed, 21 Sep 2011 23:33:28 -0700 (PDT)


dogwoodnc 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 }   }
>   }
> 
your code doesn't compile since the final brackets >> and } are missing...

if you add \break after each line - c c c c \break and f f f f \break -
you'll get the desired layout!

btw, it is not necessary to specify each \bar "|" - these will be inserted
automatically.

better put a barcheck - | - after each full measure to get warned if there
are metrical disorders.

Eluze
-- 
View this message in context: 
http://old.nabble.com/Help-with-breaks--tp32503742p32503792.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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