]> git.donarmstrong.com Git - lilypond.git/blob - input/test/broken.ly
update syntax in .ly files.
[lilypond.git] / input / test / broken.ly
1 \version "1.7.6"
2 \header{
3 enteredby =      "jcn"
4 copyright =      "PD"
5 TestedFeatures =         "This file tests Feta embedded slurs" +
6          "(Feta definitively is not an abbreviation of Font-En-TjA)"
7 }
8
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 %%