Re: multiple chords for one note's duration

2020-03-01 Thread Richard Chonak
This produces output that looks like the desired pattern. --RC ---start example--- \version "2.19.82" #(set-default-paper-size "a5") chordInfo = \chordmode {   c2 g2*3  % we could write "c2 g2 g1", if it's OK for the G chord name to be repeated } melodyInfo = \relative c'' {   g1 ~ g } \s

multiple chords for one note's duration

2020-03-01 Thread Bric
Is there any way to typeset two or more chords over, say, a whole note (the note spans a whole 4/4 measure, but one chord is positioned at the beginning of the measure, and another, say, half-way) illustrating attached