Hi,
I'm encountering a barline problem with alternatives that don't start at 
barlines. Attached is an small example where the alternative starts at the 
third beat and lasts until the third beat of another measure (which is then 
finished by the upbeat, using \partial 4). The second volta appears to start 
on the fourth beat (continuing the last measure of the first volta) rather 
than the third like the first volta, continuing the measure before the 
alternative...

  \partial 4
  \repeat volta 2 { f | g a } 
  \alternative { 
        { b c | d e d } 
        { f e | d c b} 
  } c \bar".|"


Is this a bug in lilypond?

Cheers,
Reinhold

-- 
------------------------------------------------------------------
Reinhold Kainhofer, Vienna University of Technology, Austria
email: [EMAIL PROTECTED], http://reinhold.kainhofer.com/
 * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at/
 * K Desktop Environment, http://www.kde.org, KOrganizer maintainer
 * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/
\header {
   title = "Wrong barlines with alternatives"
}
\version "2.11.33"

\relative c' {
  \time 4/4
  \repeat volta 2 { \partial 4 f | g a } \alternative { { b c | d e d } { f e | 
d c b} } c \bar".|"
 }

Attachment: LilypondBug_WrongBarlinesWithAlternative.pdf
Description: Adobe PDF document

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

Reply via email to