]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/corni.ly
6e241a7ab3fd3b20c7e3b8fe8ce390d4767b0a48
[lilypond.git] / mutopia / Coriolan / corni.ly
1 \header{
2 filename =       "corni.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 }
11
12 \version "1.3.59";
13
14 \include "corno-1.ly"
15 \include "corno-2.ly"
16
17 corniStaff = \context Staff = corni <
18         \property Staff.midiInstrument = #"french horn"
19         \property Staff.instrument = #"2 Corni\n(E\\textflat)"
20         \property Staff.instr = #"Cor.\n(E\\textflat)"
21         % urg: can't; only My_midi_lexer:<non-static> () parses pitch?
22         %\property Staff.transposing = "es"
23         \property Staff.transposing = #3
24         \time 4/4;
25         \skip 1*314; \bar "|.";
26         \context Voice=one \partcombine Voice
27                 \context Thread=one \cornoI
28                 \context Thread=two \cornoII
29 >
30