lilypond-1.1.49
[lilypond.git] / input / test / broken.ly
blob7c873500968b0584aa06240177441a73230fb899
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)";
8 \version "1.0.21";
10 shortlong = \notes{
11 c4()c( c c |
12 c c c c |
13 c c c c |
14 \break
15 c c c )c |
18 broken = \notes\transpose 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,
32 \score{
33 \notes{
34 % \shortlong
35 \broken
37 \paper{
38 indent = 0.0\pt;
39 %for broken!
40 linewidth= 30.\mm;
41 castingalgorithm = \Wordwrap;