]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/violi.ly
release: 1.3.89
[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.59";
11
12 \include "global.ly"
13 \include "viola-1.ly"
14 \include "viola-2.ly"
15
16 violiGroup = \context PianoStaff = violi_group \notes <
17         \context StaffCombineStaff=oneVioli {
18                 \property StaffCombineStaff.midiInstrument = #"viola"
19                 \property StaffCombineStaff.instrument = #"Viola"
20                 \property StaffCombineStaff.instr = #"Vla."
21                 \clef "alto"; 
22                 \key es \major;
23                 \skip 1*314; 
24                 \bar "|."; 
25         }
26         \context StaffCombineStaff=twoVioli {
27                 \property StaffCombineStaff.midiInstrument = #"viola"
28                 \property StaffCombineStaff.instrument = #"Viola II"
29                 \property StaffCombineStaff.instr = #"Vla. II"
30                 \clef "alto"; 
31                 \key es \major;
32                 \skip 1*314; 
33                 \bar "|."; 
34         }
35
36         \context StaffCombineStaff=oneVioli \partcombine StaffCombineStaff
37                 \context StaffCombineVoice=one \violaI
38                 \context StaffCombineVoice=two \violaII
39 >