bug-lilypond
[Top][All Lists]
Advanced

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

Re: \alternative error...


From: Federico Bruni
Subject: Re: \alternative error...
Date: Fri, 21 Nov 2014 17:52:26 +0100

2014-11-21 17:02 GMT+01:00 Marcos Press <address@hidden>:

> Can someone tell why the small fragment in the attached .ly file, gives
> these error?



you should put the bar checks inside the music expression {}

\version "2.18.2"

\relative c'{

  \time 2/4

  \repeat volta 2 {r16 fis g a bes a8 fis16 | }
  \alternative {
    {g16 fis g a bes a8 fis16 | }
    {g16 fis g a bes a8 e16 | }
  }

  \repeat unfold 3 {g16 fis g a bes a8 e16 | }
}

Bug Squad, maybe a warning should be added to the NR?
http://lilypond.org/doc/v2.18/Documentation/notation/bars.html#bar-and-bar-number-checks


reply via email to

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