]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/violi.ly
patch::: 1.3.89.jcn1
[lilypond.git] / mutopia / Coriolan / violi.ly
1 \header{
2 filename =       "violi.ly";
3 % %title =       "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
4 description =    "";
5 composer =       "Ludwig van Beethoven (1770-1827)";
6 enteredby =      "JCN";
7 copyright =      "public domain";
8 }
9
10 \version "1.3.88";
11
12 \include "global.ly"
13 \include "viola-1.ly"
14 \include "viola-2.ly"
15
16 %{
17 violiGroup = \context PianoStaff = violi_group \notes <
18         \context StaffCombineStaff=oneVioli {
19                 \property StaffCombineStaff.midiInstrument = #"viola"
20                 \property StaffCombineStaff.instrument = #"Viola"
21                 \property StaffCombineStaff.instr = #"Vla."
22                 \clef "alto"; 
23                 \key es \major;
24                 \skip 1*314; 
25                 \bar "|."; 
26         }
27         \context StaffCombineStaff=twoVioli {
28                 \property StaffCombineStaff.midiInstrument = #"viola"
29                 \property StaffCombineStaff.instrument = #"Viola II"
30                 \property StaffCombineStaff.instr = #"Vla. II"
31                 \clef "alto"; 
32                 \key es \major;
33                 \skip 1*314; 
34                 \bar "|."; 
35         }
36
37         \context StaffCombineStaff=oneVioli \partcombine StaffCombineStaff
38                 \context StaffCombineVoice=one \violaI
39                 \context StaffCombineVoice=two \violaII
40 >
41 %}
42
43 violiGroup = \notes \context VoiceCombineStaff = violi <
44         \context VoiceCombineStaff=violi {
45                 \property VoiceCombineStaff.midiInstrument = #"viola"
46                 \property VoiceStaffCombineStaff.instrument = #"Viola"
47                 \property VoiceStaffCombineStaff.instr = #"Vla."
48                 \clef "alto"; 
49                 \key es \major;
50                 \skip 1*314; 
51                 \bar "|."; 
52         }
53         \context VoiceCombineVoice=one \partcombine VoiceCombineVoice
54                 \context VoiceCombineThread=one \violaI
55                 \context VoiceCombineThread=two \violaII
56 >
57