lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Two Line of Chords


From: Johan Vromans
Subject: Re: Two Line of Chords
Date: 22 Jan 2009 16:06:22 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

"Carl D. Sorensen" <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]