]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/learning/templates.itely
09ee23e626968247b562a141d615b541485b66b2
[lilypond.git] / Documentation / learning / templates.itely
1 @c -*- coding: utf-8; mode: texinfo; -*-
2
3 @ignore
4     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  For details, see the Contributors'
8     Guide, node Updating translation committishes..
9 @end ignore
10
11 @c \version "2.12.0"
12
13 @node Templates
14 @appendix Templates
15
16 This section of the manual contains templates with the LilyPond score
17 already set up for you.  Just add notes, run LilyPond, and enjoy
18 beautiful printed scores!
19
20 @c bad node name for ancient notation to avoid conflict
21 @menu
22 * Single staff::
23 * Piano templates::
24 * String quartet::
25 * Vocal ensembles::
26 * Orchestral templates::
27 * Ancient notation templates::
28 * Other templates::
29 @end menu
30
31
32 @node Single staff
33 @appendixsec Single staff
34
35 @appendixsubsec Notes only
36
37 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,addversion]
38 {single-staff-template-with-only-notes.ly}
39
40
41 @appendixsubsec Notes and lyrics
42
43 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,addversion]
44 {single-staff-template-with-notes-and-lyrics.ly}
45
46 @appendixsubsec Notes and chords
47
48 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc]
49 {single-staff-template-with-notes-and-chords.ly}
50
51 @appendixsubsec Notes, lyrics, and chords.
52
53 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc]
54 {single-staff-template-with-notes,-lyrics,-and-chords.ly}
55
56
57 @node Piano templates
58 @appendixsec Piano templates
59
60 @appendixsubsec Solo piano
61
62 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc]
63 {piano-template-simple.ly}
64
65 @appendixsubsec Piano and melody with lyrics
66
67 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc]
68 {piano-template-with-melody-and-lyrics.ly}
69
70 @appendixsubsec Piano centered lyrics
71
72 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc]
73 {piano-template-with-centered-lyrics.ly}
74
75 @appendixsubsec Piano centered dynamics
76
77 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc]
78 {piano-template-with-centered-dynamics.ly}
79
80
81 @node String quartet
82 @appendixsec String quartet
83
84 @appendixsubsec String quartet
85
86 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc]
87 {string-quartet-template-simple.ly}
88
89 @appendixsubsec String quartet parts
90
91 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc]
92 {string-quartet-template-with-separate-parts.ly}
93
94
95 @node Vocal ensembles
96 @appendixsec Vocal ensembles
97
98 @appendixsubsec SATB vocal score
99
100 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc]
101 {vocal-ensemble-template.ly}
102
103 @appendixsubsec SATB vocal score and automatic piano reduction
104
105 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc]
106 {vocal-ensemble-template-with-automatic-piano-reduction.ly}
107
108 @appendixsubsec SATB with aligned contexts
109
110 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc]
111 {vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly}
112
113
114 @node Orchestral templates
115 @appendixsec Orchestral templates
116
117 @appendixsubsec Orchestra, choir and piano
118 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc]
119 {orchestra,-choir-and-piano-template.ly}
120
121
122 @c bad node name to avoid node name conflict
123 @node Ancient notation templates
124 @appendixsec Ancient notation templates
125
126 @appendixsubsec Transcription of mensural music
127
128 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc]
129 {ancient-notation-template----modern-transcription-of-mensural-music.ly}
130
131 @appendixsubsec Gregorian transcription template
132
133 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc]
134 {ancient-notation-template----modern-transcription-of-gregorian-music.ly}
135
136
137 @node Other templates
138 @appendixsec Other templates
139
140 @appendixsubsec Jazz combo
141
142 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc]
143 {jazz-combo-template.ly}
144
145
146
147
148 @ignore
149 This isn't very useful, and only duplicates material in
150 "global issues".  And if this info changes, this section often
151 gets forgotten.
152
153 @no de Other templates
154 @se ction Other templates
155 @su bsection All headers
156
157 This template displays all available headers.  Some of them are only
158 used in the Mutopia project; they don't affect the printed output at
159 all.  They are used if you want the piece to be listed with different
160 information in the Mutopia database than you wish to have printed on the
161 music.  For example, Mutopia lists the composer of the famous D major
162 violin concerto as TchaikovskyPI, whereas perhaps you wish to print
163 "Petr Tchaikowski" on your music.
164
165 @ The `line-width' is for \header.
166 @li lypond[quote,verbatim,ragged-right,line-width]
167 \version "2.12.0"
168 \header {
169   dedication = "dedication"
170   title = "Title"
171   subtitle = "Subtitle"
172   subsubtitle = "Subsubtitle"
173   composer = "Composer (xxxx-yyyy)"
174   opus = "Opus 0"
175   piece = "Piece I"
176   meter = "meter"
177   instrument = "Instrument"
178   arranger = "Arranger"
179   poet = "Poet"
180   texttranslator = "Translator"
181   copyright = "public domain"
182
183   % These are headers used by the Mutopia Project
184   % http://www.mutopiaproject.org/
185   mutopiatitle = ""
186   mutopiacomposer = ""
187   mutopiapoet = ""
188   mutopiainstrument = ""
189   date = "composer's dates"
190   source = "urtext "
191   maintainer = "your name here"
192   maintainerEmail = "your email here"
193   maintainerWeb = "your home page"
194   lastupdated = "2004/Aug/26"
195 }
196
197 \score {
198   { c'4 }
199   \header {
200     piece = "piece1"
201     opus = "opus1"
202   }
203 }
204
205 \score {
206   { c'4 }
207   \header {
208     piece = "piece2"
209     opus = "opus2"
210   }
211 }
212 @end lilypond
213 @end ignore
214
215
216