]> git.donarmstrong.com Git - lilypond.git/blob - input/test/broken.ly
4f6cab765cbc05c4a0f4c41d3112d2d65fed81f1
[lilypond.git] / input / test / broken.ly
1 \version "1.7.18"
2 % TODO: move to regression or remove?
3
4 \header{
5 texidoc =        "This file tests  slurs"
6 }
7
8 %% todo: this is very old, still talks about "feta embedded" slurs? 
9
10
11 shortlong =  \notes{
12         c4(c-)( c c  |
13         c c c c |
14         c c c c |
15         \break
16         c c c c-) |
17 }
18
19 broken =  \notes\transpose c c'{
20
21       c c c c(
22       c-) c c c(
23       c c-) c c(
24       c c c-) c(
25       a'-) a' a' a'()
26       a' a' a' a'()
27       c( c c c-) 
28       c( c c f,-)
29       f,( c c c-) 
30       f,( c c f,-)
31 }
32
33 \score{
34         \notes{ 
35 %               \shortlong
36                 \broken
37         }
38         \paper{ 
39               indent = 0.0\pt
40                 %for broken!
41                 linewidth= 30.\mm
42
43         }
44 }
45
46 %% new-chords-done %%