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.3.28
[lilypond.git]
/
ly
/
fragment.ly
blob
93722c224fbc92068bc0b90c1022754e16eb33bf
1
% Toplevel initialisation file.
2
3
\version
"1.3.4"
;
4
5
6
\include
"declarations.ly"
7
8
\include
"paper16.ly"
;
9
10
\paper
{
11
\paper_sixteen
12
linewidth
=
-
1.0
\cm
;
13
castingalgorithm
=
\Wordwrap
;
14
"unusedentry"
=
"}\\def\\nolilyfooter{"
;
15
}
16
17
18
\score
{
19
% \notes\relative c {
20
\notes
{
21
\maininput
22
}
23
\paper
{ }
24
25
}