]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/bassi-part.ly
release: 1.3.87
[lilypond.git] / mutopia / Coriolan / bassi-part.ly
1 \header{
2 filename =       "bassi-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 "violoncello.ly"
14 \include "contrabasso.ly"
15
16 bassiGroup = \context PianoStaff = bassi_group \notes <
17         %\global
18         \context StaffCombineStaff=one {
19                 \clef "bass"; 
20                 \key es \major;
21                 \skip 1*314; 
22                 \bar "|."; 
23         }
24         \context StaffCombineStaff=two {
25                 \clef "bass"; 
26                 \key es \major;
27                 \skip 1*314; 
28                 \bar "|."; 
29         }
30
31         \context StaffCombineStaff=one \partcombine StaffCombineStaff
32                 \context StaffCombineVoice=one \violoncello
33                 \context StaffCombineVoice=two \contrabasso
34 >
35
36 \score{
37         \bassiGroup
38         \include "coriolan-part-combine-paper.ly"
39         \include "coriolan-midi.ly"
40 }
41