]> git.donarmstrong.com Git - lilypond.git/blob - input/test/broken.ly
Very minor comments to aid future reorganization.
[lilypond.git] / input / test / broken.ly
1 \version "1.7.18"
2 % TODO: move to regression?
3 \header{
4 enteredby =      "jcn"
5 copyright =      "PD"
6 TestedFeatures =         "This file tests Feta embedded slurs" +
7          "(Feta definitively is not an abbreviation of Font-En-TjA)"
8 }
9
10
11
12 shortlong =  \notes{
13         c4(c-)( c c  |
14         c c c c |
15         c c c c |
16         \break
17         c c c c-) |
18 }
19
20 broken =  \notes\transpose c c'{
21
22       c c c c(
23       c-) c c c(
24       c c-) c c(
25       c c c-) c(
26       a'-) a' a' a'()
27       a' a' a' a'()
28       c( c c c-) 
29       c( c c f,-)
30       f,( c c c-) 
31       f,( c c f,-)
32 }
33
34 \score{
35         \notes{ 
36 %               \shortlong
37                 \broken
38         }
39         \paper{ 
40               indent = 0.0\pt
41                 %for broken!
42                 linewidth= 30.\mm
43
44         }
45 }
46
47 %% new-chords-done %%