lilypond-1.1.44
[lilypond.git] / input / scales.ly
blob4b00ac05be613901c2482aed1b5bc933b1186e84
2 % This file prints lots of warning messages about scripts-dportato
5 \header{
6 filename = "scales.ly";
7 enteredby = "HWN";
8 copyright = "public domain";
12 Tested Features: scripts, beams, transposition,
16 % scales with accents.
19 \version "1.0.20";
20 blah = \notes {
21 \time 6/8;
22 \transpose c {
23 \clef "bass";
24 c4. d
26 c d
27 \clef "violin" ;
28 \transpose c'' {
29 \transpose d { e f } }
30 \transpose c''' {
31 c4. d
32 %ugr
33 |\times 6/9 { [ a8 \< a a a a a a \! a a \ff \> ] } | }
34 \transpose c'' {
35 \times 6/9 { [ a a a a a a a a \! a ] } | }
36 \transpose c''' {
37 \times 6/9 { [ c,->-.-\fermata \< g,->-.-\fermata
38 d->-.-\fermata a->-.-\fermata
39 e'->-.-\fermata b'-. f''-. c'''->-.-\fermata
40 \! g'''->-.-\fermata \> ] }
42 \times 6/9 { [ g'''->-.-\fermata c'''->-.-\fermata
43 f''->-.-\fermata b'->-.-\fermata e'->-.-\fermata
44 a->-.-\fermata d->-.-\fermata g,->-.-\fermata \!
45 c,->-.-\fermata ] }
47 \times 6/9 { [ c,->-.-\fermata \< g,->-.-\fermata d->-.-\fermata
48 a->-.-\fermata
49 e'->-.-\fermata b'-. f''-.
50 c'''->-.-\fermata \! g'''->-.-\fermata \> ] }
51 \times 6/9 { [ g'''->-.-\fermata c'''->-.-\fermata
52 f''->-.-\fermata b'->-.-\fermata e'->-.-\fermata
53 a->-.-\fermata d->-.-\fermata
54 g,->-.-\fermata \! c,->-.-\fermata ] }
56 \transpose c'' {
57 \times 2/3 { [ c g d' ] }
58 \times 2/3 { [ d' g c ] }
59 \times 2/3 { [ f c' g' ] }
60 \times 2/3 { [ g' c' f ] }
62 \transpose c' {
63 \times 2/3 { [ c g d' ] }
64 \times 2/3 { [ d' g c ] }
65 \times 2/3 { [ f c' g' ] }
66 \times 2/3 { [ g' c' f ] }
67 \times 2/3 { [ g' c' f ] }
68 \time 4/4;
70 c1}
72 r8-"text" r8^. r8_. r8 r8 r8 r8 r8
73 [c-> d-> e-> f->][g-> a-> b-> c'->] % 1
74 \transpose c'' { [c'-^ b-^ a-^ g-^][f-^ e-^ d-^ c-^]}
75 [c'-^ b-^ a-^ g-^][f-^ e-^ d-^ c-^]
76 [c-. d-. e-. f-.][g-. a-. b-. c'-.]
77 [c'-- b-- a-- g][f-- e-- d c--] % 5
78 [c-\portato d-\portato e-\portato f-\portato]
79 [g-\portato a-\portato b-\portato c'-\portato]
80 [c'-\upbow b-\upbow a-\downbow g-\downbow]
81 [f-\downbow e-\downbow d-\upbow c-\upbow]
82 [c-| d-| e-| f-|][g-| a-| b-| c'-|]
83 [c' b a g][f e d c]
84 [c d e f][g a b c'] % 10
85 |[c' b a g][f e d c]
90 \score{
91 \notes {\blah}
92 \paper{
93 castingalgorithm = \Wordwrap;