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