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.


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to