On 2019-07-03 4:03 pm, Vicente Sanches wrote:
Hi everyone,

I want to write a song in which the melody begins in upbeat (anacrusis) and the chords begins on the next bar. I have tried a lot but i can't make the
chord names appear after the anacrustic bar.

It often helps to provide an example of what you have tried, so we can best advise.

You should only need to insert a suitable skip:

%%%%
\version "2.19.82"
<< \new ChordNames \chordmode { s4 | c1 }
   \new Staff { \partial 4 g'8 e' | c'1 \bar "|." } >>
%%%%


-- Aaron Hill

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

Reply via email to