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
}

\score {
  <<
 \new ChordNames {\chordInfo}
 \new Staff {
    \melodyInfo
    \bar ".|"
 }
  >>
  \layout {}
}

---end example---

On 3/2/2020 5:50 AM, Bric wrote:

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




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