lilypond-user
[Top][All Lists]
Advanced

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

Re: multiple chords for one note's duration


From: Richard Chonak
Subject: Re: multiple chords for one note's duration
Date: Mon, 2 Mar 2020 06:18:58 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

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



reply via email to

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