bug-lilypond
[Top][All Lists]
Advanced

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

Re: Error with \alternative endings and chords


From: Patrick McCarty
Subject: Re: Error with \alternative endings and chords
Date: Thu, 29 Jul 2010 12:04:34 -0700

Hi,

On Wed, Jul 28, 2010 at 11:20 AM, Andreas Maurer <address@hidden> wrote:
>
> I am very impressed with lilypond and would like to use it for my leadsheets.
> The following example is almost exactly what I would need.
> http://lsr.dsi.unimi.it/LSR/html/doc/Documentation/user/lilypond/lily-
> 63cb2b29be.ly
>
> When I use this script on the latest lilypond 2.12.3 I get the alternative
> endings twice, one row of them beneath the other.
>
> More conventional use of the alternative endings work.
> http://lsr.dsi.unimi.it/LSR/html/doc/Documentation/user/lilypond/lily-
> 63cb2b29be.ly

You posted two links to the same snippet!  :)  Fortunately, it was the
one that was misbehaving, so I could see what was going on.

If you remove the line that adds Volta_engraver to ChordNames, you'll
get the output you were expecting.  So the snippet should look like
this:

\new ChordNames \with {
  \override BarLine #'bar-size = #4
  voltaOnThisStaff = ##t
  \consists Bar_engraver
}
\chordmode {
  \repeat volta 2 {
    f1:maj7 f:7 bes:7
    c:maj7
  } \alternative {
    es e
  }
}


In general, I would recommend directing questions like this to the
-user list (address@hidden), unless you are confident that
you've found a bug in LilyPond.

Thanks,
Patrick



reply via email to

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