repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-1.1.49
[lilypond.git]
/
input
/
test
/
broken.ly
blob
7c873500968b0584aa06240177441a73230fb899
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
"1.0.21"
;
9
10
shortlong
=
\notes
{
11
c
4
()
c
(
c c
|
12
c c c c
|
13
c c c c
|
14
\break
15
c c c
)
c
|
16
}
17
18
broken
=
\notes\transpose
c
''{
19
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
\notes
{
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