]> git.donarmstrong.com Git - lilypond.git/blob - input/test/broken.ly
release: 0.1.60
[lilypond.git] / input / test / broken.ly
1 \header{
2 enteredby =      "jcn";
3 copyright =      "PD";
4 TestedFeatures =         "This file tests Feta embedded slurs"
5          "(Feta definitively is not an abbreviation of Font-En-TjA)";
6 }
7
8 \version "0.1.9";
9
10 shortlong = \melodic{
11         c4()c( c c  |
12         c c c c |
13         c c c c |
14         \break;
15         c c c )c |
16 }
17
18 broken = \melodic{
19       \octave c'';
20       c c c c()
21       c c c c(
22       c )c c c(
23       c c )c c(
24       )a' a' a' a'()
25       a' a' a' a'()
26       c( c c )c 
27       c( c c )'f 
28       'f( c c )c 
29       'f( c c )'f
30 }
31
32 \score{
33         \melodic{ 
34 %               \shortlong
35                 \broken
36         }
37         \paper{ 
38               indent = 0.0\pt;
39                 %for broken!
40                 linewidth= 30.\mm;
41                 castingalgorithm = \Wordwrap;
42         }
43 }
44