2009/3/23 Kees Serier <a.ser...@hccnet.nl>:

> I changed the two e:m chords for the following: \repeat percent 2 {e:m}
> What happens is that in the second measure, instead of the percent sign,
> there is nothing (in the MIDI file no chord is played on that measure)

There's no engraver in the ChordNames context to print the percent
sign; simply add the Percent_repeat_engraver:

\layout {
  \context {
    \ChordNames
    \consists "Percent_repeat_engraver"
  }
}

The percent sign will appear too low, but you can shift it manually
using 'Y-offset.

Regards,
Neil


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to