lilypond-user
[Top][All Lists]
Advanced

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

Re: Two Line of Chords


From: Carl D. Sorensen
Subject: Re: Two Line of Chords
Date: Thu, 22 Jan 2009 06:29:44 -0700



On 1/22/09 5:17 AM, "Ezequiel Sierra" <address@hidden> wrote:

> I would like to have two lines of chords above my treble staff like this
> 
> 
> 
> Eb
> (D)
> 

To get two lines of chords, you can just use two ChordNames contexts:

<<
  \new ChordNames { ... }
  \new ChordNames { ... }
  \new Staff { ... }
   ...
>>

This won't get you the parentheses, however.  I'm not sure how to get the
parentheses.

Carl





reply via email to

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