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.5.9
[lilypond.git]
/
init
/
fragment.ly
blob
3ddb7de69a2efd6d65fb903b39a1854dc1c4e94c
1
% Toplevel initialisation file.
2
3
\version
"1.0.14"
;
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
}