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