lilypond-user
[Top][All Lists]
Advanced

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

Re: \break after \alternative


From: -Eluze
Subject: Re: \break after \alternative
Date: Wed, 26 May 2010 14:30:07 -0700 (PDT)


Hajo Dezelski wrote:
> 
> Where do I have to put the \break to begin the second repeat section in a
> new line?
> 
> I tried nearly everything, but the always the wrong ones...
> 
it does not really matter, as long as the \break is part of a musical
expression:

\relative c' {
  \repeat volta 2 { c c c c }
  \alternative {
    { d1 \break }
    { e4 e e e }
  }
}
\relative c' {
  \repeat volta 2 { c c c c }
  \alternative {
    { d1 }
    { \break e4 e e e }
  }
}

whereas a \break between the alternatives leads to a warning (because the
\break is considered a musical expression) - and the omission of the 3rd
alternative:

\relative c' {
  \repeat volta 2 { c c c c }
  \alternative {
    { d1 }
    \break
    { e4 e e e }
  }
}

-- 
View this message in context: 
http://old.nabble.com/%5Cbreak-after-%5Calternative-tp28686131p28686559.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]