lilypond-user
[Top][All Lists]
Advanced

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

How to get ChordNames under the repeat-brackets


From: Dominic Neumann
Subject: How to get ChordNames under the repeat-brackets
Date: Fri, 16 Feb 2007 14:19:10 +0100

Hi,

in a lead sheet I´ve got some repeat brackets but the chord names are
not printed under them but on top of them. How do I get them under the
brackets - that would look even better!

Here´s an example:

%%%% BEGIN %%%%
\version "2.10.17"

\new ChordNames \chordmode {
   c c d fis
}
\relative c'' {
   c1
   \repeat volta 2 {
       c4 c c c
   }

   \alternative {
       {  d d d d  }
       {  fis fis fis fis  }
   }
}
%%%% END %%%%

Dominic




reply via email to

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