]> git.donarmstrong.com Git - lilypond.git/blob - input/scales.ly
release: 0.0.46.jcn1
[lilypond.git] / input / scales.ly
1
2 blah = \staff{  "melodic" 
3         \melodic {
4                 \duration { 8 }           \meter {6/8}  
5                 
6                 \octave{ c }
7                          |[ a cr a a a a a a a rc a ]6/9 
8                         \octave{ c }
9                          |[ a decr a a a a a a a rc a ]6/9 
10                         \octave { c' } 
11                          [ 'c 'g d a e' b' f'' c''' g''' ]6/9
12                          [ g''' c''' f'' b' e' a d 'g 'c ]6/9
13                         \octave{ c'' }
14                          [ 'c 'g d a e' b' f'' c''' g''' ]6/9
15                          [ g''' c''' f'' b' e' a d 'g 'c ]6/9
16                         \octave { ''c}   
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{ c }
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  [ g' c' f ]2/3 
27   \meter {4/4}
28         
29 c1
30         \duration { 8}
31         [c-> d-> e-> f->][g-> a-> b-> c'->] % 1
32 \octave{c'}     [c'-^ b-^ a-^ g-^][f-^ e-^ d-^ c-^]
33 \octave{c}      [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         blah
50         \paper{
51                 \symboltables {table_sixteen}
52                 \unitspace 1.5 \cm
53                 \geometric 1.4
54         }
55 }