lilypond-user
[Top][All Lists]
Advanced

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

Re: Em2 chord


From: Michael Watts
Subject: Re: Em2 chord
Date: Thu, 03 Apr 2008 21:09:27 +1000
User-agent: Thunderbird 2.0.0.12 (X11/20080213)

>>We also use add9, add11, and occasionally add#4 and others. Are "add" chords supported in Lilypond?

Sure.
\version "2.10.33"

test = \chordmode { c1:3.5.9 c:3.5.11 c:7.11+ } % to use your example

\score {
   <<
  \new ChordNames \test
  \new Staff \test
   >>
   \layout { ragged-right = ##t }
}





reply via email to

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