lilypond-1.0.13
[lilypond.git] / input / scales.ly
blobde9a2c496b1ec85736a42e44e2160e66c95195dd
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.6";
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 |[6/9 a8 \< a a a a a a \! a a \ff \> ]1/1 | }
34 \transpose c'' {
35 [6/9 a a a a a a a a \! a ]1/1 | }
36 \transpose c''' {
37 [6/9 c,->-.-\fermata \< g,->-.-\fermata
38 d->-.-\fermata a->-.-\fermata
39 e'->-.-\fermata b'-. f''-. c'''->-.-\fermata
40 \! g'''->-.-\fermata \> ]1/1
42 [6/9 g'''->-.-\fermata c'''->-.-\fermata
43 f''->-.-\fermata b'->-.-\fermata e'->-.-\fermata
44 a->-.-\fermata d->-.-\fermata g,->-.-\fermata \!
45 c,->-.-\fermata ]1/1
47 [6/9 c,->-.-\fermata \< g,->-.-\fermata d->-.-\fermata
48 a->-.-\fermata
49 e'->-.-\fermata b'-. f''-.
50 c'''->-.-\fermata \! g'''->-.-\fermata \> ]1/1
51 [6/9 g'''->-.-\fermata c'''->-.-\fermata
52 f''->-.-\fermata b'->-.-\fermata e'->-.-\fermata
53 a->-.-\fermata d->-.-\fermata
54 g,->-.-\fermata \! c,->-.-\fermata ]1/1
56 \transpose c'' {
57 [2/3 c g d' ]1/1
58 [2/3 d' g c ]1/1
59 [2/3 f c' g' ]1/1
60 [2/3 g' c' f ]1/1
62 \transpose c' {
63 [2/3 c g d' ]1/1
64 [2/3 d' g c ]1/1
65 [2/3 f c' g' ]1/1
66 [2/3 g' c' f ]1/1
67 [2/3 g' c' f ]1/1
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;