Updates:
        Labels: -Type-Critical Type-Ugly

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

OK, really sorry for the noise...here is an example that has one bit you can comment out to see the problem. This definitively works. However, as it is also broken in 2.14.0, I'm downgrading this from critical to plain old ugly.

Cheers,
MS


music =
#(define-music-function (parser location)
  ()
#{
  \relative c' {
    \repeat volta 3 {
     c1 |
     c |
     c |
    }
    \alternative {
      {
        c c \break | %% COMMENT OUT BREAK TO SEE CHANGE
      }
      {
        c c |
      }
      {
        c c |
      }
    }
    c c
  }
#})

{
  \music
  \music
}



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

Reply via email to