lilypond-user
[Top][All Lists]
Advanced

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

RE: Problem with repeats: stray bar line


From: Steven Weber
Subject: RE: Problem with repeats: stray bar line
Date: Tue, 5 May 2015 14:23:44 -0700

Because you're in 4/4 and didn't tell Lilypond that the alternative bars
were in 3/4.  See
http://lilypond.org/doc/v2.18/Documentation/notation/long-repeats for
details on how to fix this.

--Steven

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
Tobias Braun
Sent: Tuesday, May 05, 2015 2:07 PM
To: address@hidden Group
Subject: Problem with repeats: stray bar line

Hi,

I have a weird problem with repeats that I just can't figure out. I've read
the docs and tried different things for hours now, to no avail. Here's my
minimal example:

%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.18.2"

\relative c' {
        \partial 4
        \repeat volta 2 { c4 | c c c c | c c c }
        \repeat volta 2 { d4 | d d d d | }
        \alternative { { e4 e e } { f4 f f \bar "|." } } }

%%%%%%%%%%%%%%%%%%%%%%%%%%

Can anyone tell me why I get that stray bar line after the first note in the
second group of the \alternative expression?

Thanks,
Tobias



reply via email to

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