]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/violi-part.ly
release: 1.3.87
[lilypond.git] / mutopia / Coriolan / violi-part.ly
1 \header{
2 filename =       "violi-part.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=one {
18                 \clef "alto"; 
19                 \key es \major;
20                 \skip 1*314; 
21                 \bar "|."; 
22         }
23         \context StaffCombineStaff=two {
24                 \clef "alto"; 
25                 \key es \major;
26                 \skip 1*314; 
27                 \bar "|."; 
28         }
29
30         \context StaffCombineStaff=one \partcombine StaffCombineStaff
31                 \context StaffCombineVoice=one \violaI
32                 \context StaffCombineVoice=two \violaII
33 >
34
35 \score{
36         \violiGroup
37         \include "coriolan-part-combine-paper.ly"
38         \include "coriolan-midi.ly"
39 }
40