I'm using Lilypond 2.19.55. I have an anacrusis. The staff and lyrics are fine. How do I define an empty place for a chord? If I don't, lilypond complains. If I use f4, it complains at the c:7 because it does not have enough beats. If I put r4, it turns into N.C.
Due to this issue, it causes the g1:m mis-align with the G note in the 2nd ending.
Here is my complete code:
\version "2.19.55"
\language "english"
\score {
<<
\new ChordNames {
\chordmode {
f4 | f1 | c:/e | a:7 | d2:m
f/c | bf1 | f:/a | ef | c:7 |
g1:m | f
}
}
\new Staff {
\new Voice = "myVoice" {
\relative c' {
\key f \major
\time 4/4
\partial 4
\repeat volta 2 {
f8 g | a4. c,8 c4 a' | g2. e8 f | g4. a,8 a4 g' | f2.
f8 e | d2. f4 | c2. f8 a |
}
\alternative {
{ g2. f4 | g2.}
{ g2. (f4) | f2. }
}
}
}
}
\new Lyrics \lyricsto "myVoice" {
This is a word a word a word a word a word a word a word a word
a word a word a word
}
\new Lyrics \lyricsto "myVoice" {
This is a word a word a word a word a word a word a word a word
a word a
\repeat unfold 3 { \skip 1 }
new ending
}
>>
}
lilybin is http://www.lilybin.com/ffs8ow/2