]> git.donarmstrong.com Git - lilypond.git/blob - input/test/uniform-breaking.ly
covnert-ly
[lilypond.git] / input / test / uniform-breaking.ly
1 \version "1.5.68"
2
3 %{
4 Hmm, ik vraag me af of dit al helemaal koel is.
5
6   return abs (this_one.force_f_) + abs (prev.force_f_ - this_one.force_f_)
7       + break_penalties
8
9 Neem als voorbeeld iets dat lijkt op allemande: keuze tussen 2 of drie
10 maten per regel.
11
12 * 2 lange maten -> lelie kiest 2 /regel  :beetje los
13 * 3 korte -> lelie kiest 3 /regel        :beetje krap
14 * 2 korte, 1 lange -> 3/regel            :krap
15 * 1 korte, 2 lange -> 3/regel            :erg krap
16 * 3 lange -> 3/regel                     :urg krap
17
18 als je naar beloningen kijkt, kan ik me goed voorstellen dat sprong
19 van 'al wat krapper' naar los te groot wordt, en ze dus steeds krapper
20 wordt, tot urg krap aan toe, want kracht lineair?  Dat lijkt ook geval
21 in allemande.
22
23 Zie hoe eerst 10 en 9 mooi op 2maat/regel staan terwijl later tot 14
24 toe 3/regel.
25
26 Heb niet zomaar beter idee, nog.
27 %}
28
29 \score{
30         \notes\relative c'{
31                 % 10
32                 c8 c c c c8 c c c 
33                 c8 c c c c8 c c c 
34                 c8 c c c c8 ces c ces
35
36                 % 9
37                 c8 c c c c8 c c c 
38                 c8 c c c c8 c c c 
39                 c8 c c c c8 c ces c
40
41                 % 1
42                 c4 c c c
43                 c4 c c c
44                 c4 c c c
45
46                 % 2
47                 c4 c c c
48                 c4 c c c
49                 c4 c c8 c c c
50
51                 % 3
52                 c4 c c c
53                 c4 c c c
54                 c8 c c c c8 c c c 
55
56                 % 4
57                 c4 c c c
58                 c4 c c8 c c c
59                 c8 c c c c8 c c c 
60
61                 % 5
62                 c4 c c c
63                 c8 c c c c8 c c c 
64                 c8 c c c c8 c c c 
65
66                 % 6
67                 c4 c c8 c c c
68                 % c4 c c c8 c
69                 c8 c c c c8 c c c 
70                 c8 c c c c8 c c c 
71
72                 % 7
73                 c8 c c c c8 c c c 
74                 c8 c c c c8 c c c 
75                 c8 c c c c8 c c c 
76
77                 % 8
78                 c8 c c c c8 c c c 
79                 c8 c c c c8 c c c 
80                 c8 c c c c8 c c ces
81
82                 % 9
83                 c8 c c c c8 c c c 
84                 c8 c c c c8 c c c 
85                 c8 c c c c8 c ces c
86
87                 % 10
88                 c8 c c c c8 c c c 
89                 c8 c c c c8 c c c 
90                 c8 c c c c8 ces c ces
91
92                 % 11
93                 c8 c c c c8 c c c 
94                 c8 c c c c8 c c c 
95                 c8 c c c ces8 c ces c
96
97                 % 12
98                 c8 c c c c8 c c c 
99                 c8 c c c c8 c c c 
100                 c8 c c ces c8 ces c ces
101
102                 % 13
103                 c8 c c c c8 c c c 
104                 c8 c c c c8 c c c 
105                 c8 c ces c ces8 c ces c
106
107         }
108         \paper {
109                 indent=0.0\mm
110                 linewidth=90.0\mm
111         }
112 }
113
114