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.143
[lilypond.git]
/
init
/
book-fragment.ly
blob
46fd731997cb89dcbbddf69c9a38330d5b9035b4
1
% Toplevel initialisation file.
2
3
\version
"1.0.14"
;
4
5
6
\include
"declarations.ly"
7
8
\include
"paper16.ly"
9
\paper
{
\paper_sixteen
10
linewidth
=
-
1
.
\cm
;
11
castingalgorithm
=
\Wordwrap
;
12
"unusedentry"
=
"}\\def\\nolilyfooter{"
;
13
}
14
15
\score
{
16
\notes
{
17
\maininput
18
}
19
\paper
{}
20
}