|
|
GNU LilyPondWelcome to the home of the GNU Music Typesetter |
||||||||||
|
Node:Chords mode, Next:Printing named chords, Up:Chords Chords modeChord mode is a mode where you can input sets of pitches using common
names. It is introduced by the keyword Dashes and carets are used to indicate chord additions and subtractions, so articulation scripts can not be entered in Chord mode. The syntax for named chords is as follows:
tonic[duration][ tonic should be the tonic note of the chord, and duration is
the chord duration in the usual notation. There are two kinds of
modifiers. One type is formed by chord additions. Additions are
obtained by listing intervals separated by dots. An interval is written
by its number with an optional Throughout these examples, chords have been shifted around the staff
using \transpose c'' {
\chords {
c1 c:3- c:7 c:8
c:9 c:9-.5+.7+ c:3-.5-
}
}
The second type of modifier that may appear after the \transpose c'' {
\chords {
c1:m c:min7 c:maj c:aug c:dim c:sus
}
}
Chord subtractions are used to eliminate notes from a chord. The
notes to be subtracted are listed after a \transpose c'' {
\chords {
c1^3 c:7^5.3 c:8^7
}
}
Chord inversions can be specified by appending ` \transpose c''' {
\chords {
c1 c/e c/g c:7/e
}
}
Bass notes can be added by ` \transpose c''' {
\chords {
c1 c/+c c/+g c:7/+b
}
}
BUGS Implementation details are quite gory. For example |
||||||||||
|
Go back to index of LilyPond.
Please send GNU LilyPond questions and comments to lilypond-user@gnu.org. Please send comments on these web pages to lilypond@packages.debian.org Copyright (c) 1997--2001 Han-Wen Nienhuys and Jan Nieuwenhuizen. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. |
|||||||||||
This page was built from LilyPond-1.4.12 (stable-branch) by