]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/violi.ly
2e95f3e9258b98d0352a76c0cfe1fffdb92c86b2
[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.120";
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                 
23                 %\clef "alto";
24                 % Ugh, clef broken in 1.3.125
25                 \property StaffCombineStaff.clefGlyph = #"clefs-C"
26                 \property StaffCombineStaff.clefPosition = #0
27
28                 \key es \major;
29                 \skip 1*314; 
30                 \bar "|."; 
31         }
32         \context StaffCombineStaff=twoVioli {
33                 \property StaffCombineStaff.midiInstrument = #"viola"
34                 \property StaffCombineStaff.instrument = #"Viola II"
35                 \property StaffCombineStaff.instr = #"Vla. II"
36                 
37                 %\clef "alto"; 
38                 % Ugh, clef broken in 1.3.125
39                 \property StaffCombineStaff.clefGlyph = #"clefs-C"
40                 \property StaffCombineStaff.clefPosition = #0
41
42                 \key es \major;
43                 \skip 1*314; 
44                 \bar "|."; 
45         }
46
47         \context StaffCombineStaff=oneVioli \partcombine StaffCombineStaff
48                 \context StaffCombineVoice=one \violaI
49                 \context StaffCombineVoice=two \violaII
50 >
51 %}
52
53 violiGroup =  \notes \context VoiceCombineStaff = violi <
54         \context VoiceCombineStaff=violi {
55                 \property VoiceCombineStaff.midiInstrument = #"viola"
56                 \property VoiceCombineStaff.instrument = #"Viola"
57                 \property VoiceCombineStaff.instr = #"Vla."
58
59                 %\clef "alto"; 
60                 % Ugh, clef broken in 1.3.125
61                 \property VoiceCombineStaff.clefGlyph = #"clefs-C"
62                 \property VoiceCombineStaff.clefPosition = #0
63
64                 \key es \major;
65                 \skip 1*314; 
66                 \bar "|."; 
67         }
68         \context VoiceCombineVoice=one \partcombine VoiceCombineVoice
69                 \context VoiceCombineThread=one \violaI
70                 \context VoiceCombineThread=two \violaII
71 >
72