Neil Puttock schreef:
> 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
>   
Neil,

Thanks for your reply,

I have placed the \layout { ... } at several places in the ly files, and
replaced the two e:m chords with one

\repeat percent 2 {e:m}
But nothing happens, I get no errors, and still 2 Em chords.
Any ideas?

Regards,

Kees



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

Reply via email to