Am 31.10.18 um 09:00 schrieb Gianmaria Lari:
The following code...

    \version "2.19.82"
    \new ChordNames \chordmode { c8~c2 }


displays C C. How can I make it display a single C chord that last 8~2?

Durations may be modified using factors: since 2 is 4x 8 (hehe), you can write \chordmode { c8*5 }.

(Alternatively, replace the second chord by a skip: s2)

Lukas


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

Reply via email to