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