Hi, On Wed, Jul 28, 2010 at 11:20 AM, Andreas Maurer <knur...@gmail.com> 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 (lilypond-u...@gnu.org), unless you are confident that you've found a bug in LilyPond. Thanks, Patrick _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond