Hi Ralph, 

make the chordnames and the notes appear at the same time: 

% -----------------------------------------

% Chord names
\version "2.19.32"
\include "english.ly"


notes = \relative {
  \clef treble
  \key g \major
  \time 4/4

  g'4 g a g  |
}

chordNames = \chordmode {
  g2 d2
}



\score {
  <<
    \new ChordNames \chordNames
    \new Staff \notes
  >>

  \layout {
    indent = #0
  }
}

% -----------------------------------------

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Chord-names-tp191644p191645.html
Sent from the User mailing list archive at Nabble.com.

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

Reply via email to