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 08:53:16 +0000


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





reply via email to

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