Hi Malte,

You'll have to introduce a \new Staff.
Otherwise, the \relative clause (pun, pun…) will just be parallel music in
ChordNames mode and in ChordNames, there are no clefs.

It really starts getting funny if you change the c' into a d' (the c' just
didn't show up somewhere because it did not change the C major chord):

%%%%%%%%%%%%%%%%%%
<<
  \chords { c }
  \relative { \clef bass d' }
>> 
%%%%%%%%%%%%%%%%%%


Initiating a \new Staff makes LilyPond aware of the fact that there actually
/is/ a new Staff:

%%%%%%%%%%%%%%%%%%
<<
  \chords { c }
  \new Staff \relative { \clef bass d' }
>> 
%%%%%%%%%%%%%%%%%%

All the best,
Torsten




--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

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

Reply via email to