2009/3/23 Kees Serier <[email protected]>:
> 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
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user