"Carl D. Sorensen" <[email protected]> writes:

> To get two lines of chords, you can just use two ChordNames contexts:
> 
> <<
>   \new ChordNames { ... }
>   \new ChordNames { ... }
>   \new Staff { ... }
>    ...
> >>

This should also be possible:

harmonics = \chordmode { ... }

<<
  \new ChordNames { \harmonics }
  \new ChordNames { \transpose des d \harmonics }
  \new Staff { ... }
   ...
>>
  
Although you still lack the parentheses...

-- Johan
   Chord is alive! http://chordii.sourceforge.net


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to