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