lilypond-user
[Top][All Lists]
Advanced

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

Re: repeat percent and chords


From: Neil Puttock
Subject: Re: repeat percent and chords
Date: Wed, 25 Mar 2009 21:55:11 +0000

2009/3/23 Kees Serier <address@hidden>:

> 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




reply via email to

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