Hi Carl,

Line 480 in chords.itely has a weird example:
@lilypond[verbatim, quote, relative=1]
<<
  \new ChordNames \chordmode {
    c1
    r1
    g1
    c1
  }
  \new Score \chordmode {
    c1
    r1
    g1
    c1
  }
>>
@end lilypond

As far as I can tell, the \new Score bit has no effect whatsoever on the output.
1) did you mean to omit the relative=1 ?
2) more generally, what were you trying to show in this example?  The
difference between a rest in ChordNames vs. non-ChordNames ?

You don't need to fix it yourself; just tell us what you intended, and
James will figure out a way of displaying it without \new Score.

Cheers,
- Graham

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to