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