lilypond-user
[Top][All Lists]
Advanced

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

Re: Two Line of Chords


From: Ezequiel Sierra
Subject: Re: Two Line of Chords
Date: Thu, 22 Jan 2009 11:52:19 -0400

what about the ()?

On Thu, Jan 22, 2009 at 11:06 AM, Johan Vromans <address@hidden> wrote:
"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


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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