]> git.donarmstrong.com Git - lilypond.git/blob - input/scales.ly
release: 0.0.33
[lilypond.git] / input / scales.ly
1
2 blah =
3 staff {melodic
4         music{  $
5 \duration { 8 }
6                         \octave{ }
7                          |[ a a a a a a a a a ] 
8                         \octave{ ' }
9                          |[ a a a a a a a a a ] 
10                         \octave { ` } 
11                          [ `c `g d a 'e 'b ''f '''c '''g ] 
12                          [ '''g '''c ''f 'b 'e a d `g `c ] 
13                         \octave{ ' }
14                          [ `c `g d a 'e 'b ''f '''c '''g ] 
15                          [ '''g '''c ''f 'b 'e a d `g `c ] 
16                         \octave { } 
17                          [ c g 'd ]2/3 
18                          [ 'd g c ]2/3  
19                          [ f 'c 'g ]2/3 
20                          [ 'g 'c f ]2/3  
21                         \octave{ ' }
22                          [ c g 'd ]2/3 
23                          [ 'd g c ]2/3  
24                          [ f 'c 'g ]2/3 
25                          [ 'g 'c f ]2/3 
26
27 c1
28         \duration { 8}
29         [c-> d-> e-> f->][g-> a-> b-> 'c->] % 1
30 \octave{'}      ['c-^ b-^ a-^ g-^][f-^ e-^ d-^ c-^]
31 \octave{}       ['c-^ b-^ a-^ g-^][f-^ e-^ d-^ c-^]
32         [c-. d-. e-. f-.][g-. a-. b-. 'c-.]
33         ['c-- b-- a-- g][f-- e-- d c--] % 5
34         [c-\portato d-\portato e-\portato f-\portato]
35                 [g-\portato a-\portato b-\portato 'c-\portato]
36         ['c-\upbow b-\upbow a-\downbow g-\downbow]
37                 [f-\downbow e-\downbow d-\upbow c-\upbow]
38         [c-| d-| e-| f-|][g-| a-| b-| 'c-|]
39         ['c b a g][f e d c]
40         [c d e f][g a b 'c] % 10 
41         |['c b a g][f e d c]
42                         
43                 $}
44 }
45
46 score {
47         staff {
48         blah
49         }
50         paper {
51                 symboltables { table_sixteen}
52                 unitspace 1.5 cm
53                 geometric 1.4
54         }
55         commands  {
56                 meter {6*8}
57                 skip 36*8
58                 meter {4*4}
59         }
60 }