]> git.donarmstrong.com Git - lilypond.git/blob - input/scsii-menuetto.ly
release: 0.0.32
[lilypond.git] / input / scsii-menuetto.ly
1 % scsii-menuetto.ly
2 %
3 % Solo Cello Suites
4 % J. S. Bach
5 %
6 % Suite II part v
7 % Menuetto I
8 %
9 % Copyright (c) 1995,1996,1997 Jan Nieuwenhuizen <jan@digicash.com>
10
11 % The purpose of this file is to demonstrate features of LilyPond.
12 % (there is an accompanying LaTeX file, scsii-menuetto.tex)
13 %
14
15 % \lefttitle{Menuetto}
16 % \tempo{Moderato}
17 % \metron{4=120}
18 %
19 % \meter{3/4}
20 % \key\F                % key is F ( f-major )
21 % \clef\alto            % use alto clef
22 % \duration8            % default duration is 'eight note
23 %
24 % \verb{\nobarnumbers}  % issue MusiXTeX command
25 % \barnumbering0
26 % \slope{30}            % Fool MusiXTeX into 30 / 10 steeper beam
27 % \stemlength3          % shorter stemlength
28 %               % because piece is set very tightly
29 %%1             % double comments are included in .tex file
30 ii_menuetto = music {
31         $\clef"alto"
32         \key {bes}
33         \octave{}
34         \duration{8}
35         { a2 f2 d2_"\f" } bes4-.  |
36 %%2
37         { [ bes^"1" e c_"2"_"4" }
38 %       (^ )
39         a bes-. g-. ] a4-.^"4" |
40 %%3
41 %       { d4 `bes4-.\stemup } stemup: 2 voices?
42         { d4 `bes4-. } g4-. [ f-. e-. ] |
43 %%4
44 %       { f `a } (^ e ) d cis-. `b-. `a-. ]
45 %       [ f ( e ) d cis-. `b-. `a-. ]
46         { [ f `a } e d cis-. `b-. `a-. ]
47 %%5
48         { a2 f2 d2 } bes4-. | %   @bes4-. |
49 %%6
50 %       {  bes( e  }  ) a
51         { [ bes e } a bes-. g-. ]
52         'c4-. | % ='c4-. |
53 %%7
54         { a4-. f4}
55 %       { 'd4-.-\upbow f4 `bes4\stemdown }
56         { 'd4-.-\upbow f4 `bes4 }
57 %       { 'e4-.-\downbow g4 `g4\stemdown } |
58         { 'e4-.-\downbow g4 `g4 } |
59 %%8
60 %       { 'cis2.-\upbow e2. `a2.\stemdown } :||:
61         { 'cis2.-\upbow e2. `a2. } | % :||:
62 %%9
63         \clef "violin"
64 %       { 'e2 a2_f\stemdown }
65         { 'e2 a2_"\f" }
66         [ 'd( 'e16 )'f16 ] |
67 %%10
68 %       [ { 'e( g } ) 'd 'cis_{ }_{ }_2 'e
69         { [ 'e g } 'd 'cis_"2" 'e a( )g ] |
70 %%11
71 %       { a4\stemup( f2\stemdown } ) 'd4\stemup
72 %       { 'cis4\stemup-. e4\stemdown }
73         { \multivoice \music {\stem{1} a4(\stem{1}) 'd4 'cis4-. } \music { \stem{-1} f2 e4 } } |
74 %%12
75 %       { 'g^4 d\stemdown } (^  'f 'e ) 'f 'd^3(^ ) ='c ] |
76         { [ 'g^"4" d } 'f 'e 'f 'd^"3"( ) 'c ] |
77 % %13
78 %       { bes2\stemup g4\stemdown } ( )  f4
79 %       { 'c4\stemup e4\stemdown }
80 %       { bes2 g4 } f4 { 'c4 e4 } |
81         \clef "alto"% 
82         { \multivoice
83                 \music { \stem{1} bes2 'c4 }
84                 \music { \stem{-1} g4(\stem{-1}) f4 e4 }% ugh
85         } |
86 %%%14
87 %%      [ { a( f } ) g a f ] { 'd4-\upbow e4 `bes4\stemdown } |
88         { [ a f } g a f ] { 'd4-\upbow e4 `bes4 } |
89 %%%15
90 %%      { 'c4-\downbow f4 `a4\stemdown } [ bes( )a g a ] |
91 %       { 'c4-\downbow f4 `a4 } [ bes( )a g a ] |
92 %%%16
93         [ f( e )f a-. g-. bes-. ] |
94 %% \tighten             % use one line less
95 %% \newline             % start new line
96 %%      |
97 %%%17
98 %%      { a2^0^\tr fis2_3 } bes4 |
99         { a2^"0" fis2_"3" } bes4 |
100 %%%18
101 %%      [ { 'c( es } ) bes 'c a ] fis4^\tr |
102         { [ 'c es } bes 'c a ] fis4 |
103 %%%19
104 %%      { 'd4-\downbow g4 `bes4\stemdown } { 'c4-\upbow g4 c4\stemdown } [ { bes d } a ] |
105         { 'd4-\downbow g4 `bes4 } { 'c4-\upbow g4 c4 } { [ bes d } a ] |
106 %%%20
107 %%      [ { 'c( d `g } bes a ) bes g ( ) bes ] |
108         { [ 'c d `g } bes a bes g( )bes ] |
109 %%%21
110 %%      { 'd4\stemup g2\stemdown } (^ ) 'cis4\stemup { 'd4\stemup =f4\stemdown } |
111 %       { 'd4 g2 } 'cis4 { 'd4 f4 } |
112         { \multivoice \music {\stem{1}  'd4(\stem{1} ) 'cis4 'd4 } \music { \stem{-1} g2 f4 } } |
113 %%%22
114 %%      [ { g(  cis } )f g e ] { f4 d4 } |
115         { [ g cis } f g e ] { f4 d4 } |
116 %%%23
117 %%      [ `g g ] { e4.\stemup^\tr `a4.\stemdown } d\stemup-\upbow |
118         [ `g g ] { e4. `a4. } d-\upbow |
119 %%%24
120 %%      { d2.^{fine}  `a2. `d2.\stemup_{ }_{ }_{3 mins.}}       s4 :||
121 %%      { \textstyle "italic" d2.^"fine" `a2. \textstyle "roman" `d2._"3 mins."} | % :||
122         { d2.^"fine" `a2. `d2._"3 mins."} | % :||
123 %% \tighten             % use one line less
124         $
125 }
126
127 score {
128         staff { 
129                 melodic music { ii_menuetto }
130         }
131         commands {
132                 meter {3 * 4}
133                 skip {24 * 4}% 8 measures
134                 bar ":|:"
135
136                 skip {15 * 4} % 5 meas.
137
138                 skip {36*4}
139                 bar ":||"
140         }
141         paper {
142                 symboltables { table_sixteen }
143                 width 195mm
144 %               unitspace 12mm % this should do, really
145                 unitspace 9mm  % to get lily to use only three lines
146                 geometric 1.4
147                 output "scsii-menuetto.out"
148         }
149 o}