bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 2083 in lilypond: \break in alternative causes score to split


From: lilypond
Subject: Re: Issue 2083 in lilypond: \break in alternative causes score to split
Date: Wed, 07 Dec 2011 09:09:23 +0000

Updates:
        Labels: -Type-Critical Type-Ugly

Comment #2 on issue 2083 by address@hidden: \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
}





reply via email to

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