-Eluze wrote:
> 
> 
> gajatko wrote:
>> 
>> Hello,
>> 
>> I would like to skip a given duration in a list of chords. For example, I
>> have notes:
>>  c''2  bes'2  c''1  e''2  d''2  e''1
>> and want to have chords displayed for these notes:
>> C  (skip a chord for bes)  Em C D C
>> My application, which uses LilyPond for displaying notes, can easily
>> generate this string:
>> c2  e1:m c2 d2 c1 
>> because it knows duration of the notes. However, it would be more
>> difficult to generate
>> c1  e1:m c2 d2 c1 
>> because I would have to implement an algorithm which sums durations.
>> 
> not sure to understand - but did you try spacer rests:
> 
> <<
>   \new ChordNames \chordmode  {c''2  s2   c''1  e''2  d''2  e''1}
>   \new Staff                  {c''2  b'2  c''1  e''2  d''2  e''1}
>>>
> 
Thank you, this is exactly what I needed. I suggest putting it into
documentation (under the chapter about lead sheets) since I lost many hours
implementing a dirty work-around (which I don't need now).
Cheers - gajatko
-- 
View this message in context: 
http://old.nabble.com/Skip-a-chord-in-a-lead-sheet-tp33028660p33035673.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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

Reply via email to