Comment #1 on issue 2083 by [email protected]: \break in alternative causes score to split
http://code.google.com/p/lilypond/issues/detail?id=2083

Sorry, I think the example above compiles fine.  Better example:


music =
\relative c' {
  \repeat volta 2 {
   c1 |
  }
  \alternative {
    {
      c \bar "" \break
      c |
    }
    {
      c c |
    }
  }
}

{
  \music
  \music
}



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

Reply via email to