1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
7 lsrtags
= "keyboards, percussion, fretted-strings, template"
9 %% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d
11 Ésta es una plantilla bastante avanzada, para un conjunto de
12 jazz. Observe que la notación de todos los instrumentos está en
13 @code{\\key c \\major} (Do mayor). Esto se refiere al tono de
14 concierto; la armadura se transporta automáticamente si la música está
15 dentro de una sección @code{\\transpose}.
18 doctitlees
= "Plantilla para combo de jazz"
20 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
22 Hier ist ein ziemlich kompliziertes Beispiel für ein Jazz-Ensemble. Achtung:
23 Alle Instrumente sind in @code{\key c \major} (C-Dur) notiert. Das bezieht sich
24 auf die klingende Musik: LilyPond transponiert die Tonart automatisch, wenn
25 sich die Noten innerhalb eines @code{\transpose}-Abschnitts befinden.
29 doctitlede
= "Vorlage für Jazz-Combo"
30 %% Translation of GIT committish: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a
32 Bien que compliqué de prime abord, voici un canevas tout à fait indiqué
33 pour les ensembles de jazz. Vous noterez que tous les instruments sont
34 notés en ut (@code{\key c \major}), la tonalité de concert. Les notes
35 seront automatiquement transposée dès lors qu'elles seront inscrites
36 dans une section @code{\\transpose}.
39 doctitlefr
= "Symboles de jazz"
42 This is quite an advanced template, for a jazz ensemble. Note that all
43 instruments are notated in @code{\\key c \\major}. This refers to the
44 key in concert pitch; the key will be automatically transposed if the
45 music is within a @code{\\transpose} section.
48 doctitle
= "Jazz combo template"
59 "LilyPond example file by Amelie Zapf,"
65 %#(set-global-staff-size 16)
68 %%%%%%%%%%%% Some macros %%%%%%%%%%%%%%%%%%%
71 \override NoteHead
#'style
= #'slash
72 \override Stem
#'transparent
= ##t
75 \revert NoteHead
#'style
76 \revert Stem
#'transparent
78 crOn
= \override NoteHead
#'style
= #'cross
79 crOff
= \revert NoteHead
#'style
81 %% insert chord name style stuff here.
85 %%%%%%%%%%%% Keys'n'thangs %%%%%%%%%%%%%%%%%
87 global
= { \time 4/4 }
89 Key
= { \key c \major }
91 % ############ Horns ############
93 % ------ Trumpet ------
94 trpt
= \transpose c d \relative c'' {
98 trpHarmony
= \transpose c' d {
103 \set Staff
.instrumentName
= #"Trumpet"
110 % ------ Alto Saxophone ------
111 alto
= \transpose c a \relative c' {
115 altoHarmony
= \transpose c' a {
120 \set Staff
.instrumentName
= #"Alto Sax"
127 % ------ Baritone Saxophone ------
128 bari
= \transpose c a' \relative c {
136 bariHarmony
= \transpose c' a \chordmode {
137 \jazzChords s1 s d2:maj
e:m
7
141 \set Staff
.instrumentName
= #"Bari Sax"
148 % ------ Trombone ------
149 tbone
= \relative c {
153 tboneHarmony
= \chordmode {
158 \set Staff
.instrumentName
= #"Trombone"
165 % ############ Rhythm Section #############
167 % ------ Guitar ------
168 gtr
= \relative c'' {
176 gtrHarmony
= \chordmode {
182 \set Staff
.instrumentName
= #"Guitar"
189 %% ------ Piano ------
190 rhUpper
= \relative c'' {
195 rhLower
= \relative c' {
201 lhUpper
= \relative c' {
206 lhLower
= \relative c {
215 \set Staff
.midiInstrument
= #"acoustic grand"
217 \new Voice
= "one" \rhUpper
218 \new Voice
= "two" \rhLower
224 \set Staff
.midiInstrument
= #"acoustic grand"
226 \new Voice
= "one" \lhUpper
227 \new Voice
= "two" \lhLower
233 \set PianoStaff
.instrumentName
= #"Piano"
234 \new Staff
= "upper" \PianoRH
235 \new Staff
= "lower" \PianoLH
239 % ------ Bass Guitar ------
246 \set Staff
.instrumentName
= #"Bass"
253 % ------ Drums ------
256 hh
4 <hh sn
> hh
<hh sn
>
257 hh
4 <hh sn
> hh
<hh sn
>
258 hh
4 <hh sn
> hh
<hh sn
>
270 \set DrumStaff
.instrumentName
= #"Drums"
276 %%%%%%%%% It All Goes Together Here %%%%%%%%%%%%%%%%%%%%%%
280 \new StaffGroup
= "horns" <<
281 \new Staff
= "trumpet" \trumpet
282 \new Staff
= "altosax" \altoSax
283 \new ChordNames
= "barichords" \bariHarmony
284 \new Staff
= "barisax" \bariSax
285 \new Staff
= "trombone" \trombone
288 \new StaffGroup
= "rhythm" <<
289 \new ChordNames
= "chords" \gtrHarmony
290 \new Staff
= "guitar" \guitar
291 \new PianoStaff
= "piano" \piano
292 \new Staff
= "bass" \bass
293 \new DrumStaff
\drumContents
297 \context { \RemoveEmptyStaffContext }
300 \override BarNumber
#'padding
= #3
301 \override RehearsalMark
#'padding
= #2