File: expansions

package info (click to toggle)
frescobaldi 1.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,240 kB
  • ctags: 2,434
  • sloc: python: 15,614; lisp: 28; sh: 25; makefile: 2
file content (324 lines) | stat: -rw-r--r-- 7,595 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
[pa]
Name=Paper Section
Name[nl]=Papier sectie (\\paper)
Text=\\paper {\n  (|)\n}\n

[i0]
Name=Paper: indent = 0
Name[nl]=Papier: indent = 0
Text=indent = #0

[a4]
Name=Paper Size A4
Name[nl]=Papierformaat A4
Text=#(set-paper-size "a4")

[a4l]
Name=Paper Size A4 Landscape
Name[nl]=Papierformaat A4 oblong
Text=#(set-paper-size "a4" 'landscape)

[a5]
Name=Paper Size A5
Name[nl]=Papierformaat A5
Text=#(set-paper-size "a5")

[let]
Name=Paper Size Letter
Name[nl]=Papierformaat Letter
Text=#(set-paper-size "letter")

[o]
Name=Override
Text=\\override\s

[oo]
Name=Once Override
Text=\\once \\override\s

[su]
Name=Stem Up
Name[nl]=Stokken omhoog
Text=\\stemUp\s

[sd]
Name=Stem Down
Name[nl]=Stokken omlaag
Text=\\stemDown\s

[rel]
Name=Relative Music
Name[nl]=Relatieve muziek
Text=\\relative @c'(|) {\n  \n}\n

[18]
Name=Set Global Staffsize 18
Name[nl]=Globale balk-grootte 18
Text=#(set-global-staff-size 18)

[rep]
Name=Repeat
Name[nl]=Herhaling (\\repeat)
Text=\\repeat volta 2(|) {\n  \n}\n

[alt]
Name=Repeat Alternative
Name[nl]=Herhaling alternatief
Text=\\alternative {\n  { (|) }\n  {  }\n}\n

[he]
Name=Header Section
Name[nl]=Kopregels sectie (\\header)
Text=\\header {\n  (|)\n}\n

[h]
Name=Header Template
Name[nl]=Header-sjabloon
Text=\\header {\n  title = "(|)"\n  composer = ""\n  tagline = \\markup {\n    Engraved at\n    \\simple #(strftime "%Y-%m-%d" (localtime (current-time)))\n    with \\with-url #"http://lilypond.org/web/"\n    { LilyPond \\simple #(lilypond-version) (http://lilypond.org/) }\n  }\n}

[nt]
Name=Header: No Tagline
Name[nl]=Kopregels: geen tagline
Text=tagline = ##f

[tagline]
Name=Tagline with date and LilyPond version
Name[nl]=Tagline met datum en LilyPond-versie
Text=tagline = \\markup {\n  Engraved at\n  \\simple #(strftime "%Y-%m-%d" (localtime (current-time)))\n  with \\with-url #"http://lilypond.org/web/"\n  { LilyPond \\simple #(lilypond-version) (http://lilypond.org/) }\n}

[lyr]
Name=Lyric Stanza
Name[nl]=Couplet liedtekst
Text=\\lyricmode {\n  \\set stanza = "(|)."\n  \n}\n

[song]
Name=Melody with Lyrics
Name[nl]=Melodie met liedtekst
Text=\\relative @c'(|) {\n  \n}\n\\addlyrics {\n  \n}\n

[sc]
Name=Score section
Name[nl]=Score sectie
Text=\\score {\n  (|)\n}\n

[la]
Name=Layout Section
Name[nl]=Layout sectie
Text=\\layout {\n  (|)\n}\n

[nb]
Name=Layout: No Barnumbers
Name[nl]=Layout: geen maatnummers
Text=\\context {\n  \\Score\n  \\remove "Bar_number_engraver"\n}

[mi]
Name=Midi section
Name[nl]=Midi sectie
Text=\\midi {\n  (|)\n}\n

[nd]
Name=Midi: No Dynamics
Name[nl]=Midi: geen dynamiek
Text=\\context {\n  \\Voice\n  \\remove "Dynamic_performer"\n}

[mt]
Name=Midi: Set Tempo
Name[nl]=Midi: tempo instellen
Text=\\context {\n  \\Score\n  tempoWholesPerMinute = #(ly:make-moment (|)100 4)\n}

[c]
Name=New ChoirStaff
Name[nl]=Nieuwe koorbalk (ChoirStaff)
Text=\\new ChoirStaff (|)<<\n  \n>>\n

[p]
Name=New PianoStaff
Name[nl]=Nieuwe pianobalk (PianoStaff)
Text=\\new PianoStaff (|)<<\n  \\new Staff = "rh" {  }\n  \\new Staff = "lh" { \\clef bass }\n>>\n

[s]
Name=New Staff
Name[nl]=Nieuwe balk (Staff)
Text=\\new Staff (|){ }\n

[w]
Name=With (after \\new Staff, etc.)
Name[nl]=With (na \\new Staff, etc.)
Text=\\with {\n  (|)\n}\s

[in]
Name=With: instrumentName
Text=instrumentName = #"(|)"

[sin]
Name=With: shortInstrumentName
Text=shortInstrumentName = #"(|)"

[ss]
Name=With: Smaller Staffsize
Name[nl]=With: notenbalk verkleinen
Text=fontSize = #-1\n\\override StaffSymbol #'staff-space = #(magstep -1)

[C]
Name=Key C major
Name[nl]=C-groot
Text=\\key @c \\major\n

[D]
Name=Key D major
Name[nl]=D-groot
Text=\\key @d \\major\n

[E]
Name=Key E major
Name[nl]=E-groot
Text=\\key @e \\major\n

[F]
Name=Key F major
Name[nl]=F-groot
Text=\\key @f \\major\n

[G]
Name=Key G major
Name[nl]=G-groot
Text=\\key @g \\major\n

[A]
Name=Key A major
Name[nl]=A-groot
Text=\\key @a \\major\n

[Cm]
Name=Key C minor
Name[nl]=C-klein
Text=\\key @c \\minor\n

[Dm]
Name=Key D minor
Name[nl]=D-klein
Text=\\key @d \\minor\n

[Em]
Name=Key E minor
Name[nl]=E-klein
Text=\\key @e \\minor\n

[Fm]
Name=Key F minor
Name[nl]=F-klein
Text=\\key @f \\minor\n

[Gm]
Name=Key G minor
Name[nl]=G-klein
Text=\\key @g \\minor\n

[Am]
Name=Key A minor
Name[nl]=A-klein
Text=\\key @a \\minor\n

[22]
Name=Modern 2/2 Time Signature
Name[nl]=Moderne 2/2 maat
Text=\\override Staff.TimeSignature #'style = #'()\n\\time 2/2\n

[44]
Name=Modern 4/4 Time Signature
Name[nl]=Moderne 4/4 maat
Text=\\override Staff.TimeSignature #'style = #'()\n\\time 4/4\n

[tac_maj]
Name=Tactus Major (2/half note)
Name[nl]=Tactus Major (2/halve noot)
Text=\\once \\override Staff.TimeSignature #'style = #'()\n\\once \\override Staff.TimeSignature #'stencil = #ly:text-interface::print\n\\once \\override Staff.TimeSignature #'text = \\markup {\n  \\override #'(baseline-skip . 0.5)\n  \\column { \\number 2 \\tiny \\note #"2" #-.6 }\n}\n

[tac_min]
Name=Tactus Minor (1/half note)
Name[nl]=Tactus Minor (1/halve noot)
Text=\\once \\override Staff.TimeSignature #'style = #'()\n\\once \\override Staff.TimeSignature #'stencil = #ly:text-interface::print\n\\once \\override Staff.TimeSignature #'text = \\markup {\n  \\override #'(baseline-skip . 0.5)\n  \\column { \\number 1 \\tiny \\note #"2" #-.6 }\n}\n

[tac_prop]
Name=Tactus Proportionatus (1/half dot)
Name[nl]=Tactus Proportionatus (1/halve punt)
Text=\\once \\override Staff.TimeSignature #'style = #'()\n\\once \\override Staff.TimeSignature #'stencil = #ly:text-interface::print\n\\once \\override Staff.TimeSignature #'text = \\markup {\n  \\override #'(baseline-skip . 0.5)\n  \\column { \\number 1 \\tiny \\note #"2." #-.6 }\n}\n

[tac_prop3]
Name=Tactus Proportionatus (3/quarter note)
Name[nl]=Tactus Proportionatus (3/kwartnoot)
Text=\\once \\override Staff.TimeSignature #'style = #'()\n\\once \\override Staff.TimeSignature #'stencil = #ly:text-interface::print\n\\once \\override Staff.TimeSignature #'text = \\markup {\n  \\override #'(baseline-skip . 0.5)\n  \\column { \\number 3 \\tiny \\note #"4" #-.6 }\n}\n

[tm]
Name=Tempo text mark
Name[nl]=Tempo tekstaanduiding
Text=tempoMark = {\n  \\once \\override Score.RehearsalMark #'self-alignment-X = #LEFT\n  \\once \\override Score.RehearsalMark #'break-align-symbols = #'(time-signature key-signature)\n  \\once \\override Staff.TimeSignature #'break-align-anchor-alignment = #LEFT\n  \\mark \\markup \\bold {\n    (|)Allegro(|)\n    \\small \\general-align #Y #DOWN \\note #"4" #1 = 100\n  }\n}\n

[2]
Name=Two voices
Name[nl]=Twee stemmen
Text=<< { (|) } \\\\ {  } >>

[2l]
Name=Two voices (long)
Name[nl]=Twee stemmen (lang)
Text=<< \n  {\n    (|)\n  } \\\\\n  {\n    \n  }\n>>

[l]
Name=New Lyrics
Name[nl]=Nieuwe liedtekst (Lyrics)
Text=\\new Lyrics \\lyricsto "(|)" { }\n

[3]
Name=Triplet
Name[nl]=Triool
Text=\\times 2/3 { (|) }
Default Shortcut=Ctrl+3

[v1]
Name=Voice One
Name[nl]=Stem 1 (\\voiceOne)
Text=\\voiceOne
Default Shortcut=Alt+1

[v2]
Name=Voice Two
Name[nl]=Stem 2 (\\voiceTwo)
Text=\\voiceTwo
Default Shortcut=Alt+2

[v3]
Name=Voice Three
Name[nl]=Stem 3 (\\voiceThree)
Text=\\voiceThree
Default Shortcut=Alt+3

[v4]
Name=Voice Four
Name[nl]=Stem 4 (\\voiceFour)
Text=\\voiceFour
Default Shortcut=Alt+4

[1v]
Name=One Voice
Name[nl]=Eenstemmig (\\oneVoice)
Text=\\oneVoice
Default Shortcut=Alt+0

[br]
Name=Breath Mark
Name[nl]=Ademhalingsteken (\\breathe)
Text=\\breathe\n

[mub]
Name=Markup Bold
Name[nl]=Markup Vet (bold)
Text=\\markup \\bold { (|) }
Default Shortcut=Alt+M, Alt+B

[mui]
Name=Markup Italic
Name[nl]=Markup Cursief (italic)
Text=\\markup \\italic { (|) }
Default Shortcut=Alt+M, Alt+I