]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/viole.ly
1f72a246e0ab0e477f9f9aea9d2e7aad92e0fc91
[lilypond.git] / mutopia / Coriolan / viole.ly
1
2 \version "1.3.120";
3
4 \include "viola-1.ly"
5 \include "viola-2.ly"
6
7 %{
8 violeGroup =  \context PianoStaff = viole_group \notes <
9         \context Staff=oneViole {
10                 \property Staff.midiInstrument = #"viola"
11                 \property Staff.instrument = #"Viola"
12                 \property Staff.instr = #"Vla."
13                 
14                 \clef "alto";
15                 %\property Staff.clefGlyph = #"clefs-C"
16                 %\property Staff.clefPosition = #0
17
18                 \global
19         }
20         \context Staff=twoViole {
21                 \property Staff.midiInstrument = #"viola"
22                 \property Staff.instrument = #"Viola II"
23                 \property Staff.instr = #"Vla. II"
24                 
25                 \clef "alto"; 
26                 %\property Staff.clefGlyph = #"clefs-C"
27                 %\property Staff.clefPosition = #0
28
29                 \global
30         }
31
32         \context Staff=oneViole \partcombine Staff
33                 \context Voice=one \violaI
34                 \context Voice=two \violaII
35 >
36 %}
37
38 violeGroup =  \notes \context Staff = viole <
39         \context Staff=viole {
40                 \property Staff.midiInstrument = #"viola"
41                 \property Staff.instrument = #"Viola"
42                 \property Staff.instr = #"Vla."
43
44                 \clef "alto"; 
45                 %\property Staff.clefGlyph = #"clefs-C"
46                 %\property Staff.clefPosition = #0
47
48                 \global
49         }
50         \context Voice=one \partcombine Voice
51                 \context Thread=one \violaI
52                 \context Thread=two \violaII
53 >
54