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.12
[lilypond.git]
/
ly
/
init.sly
blob
497dfd8daafc1360f8a8b0d173432dc0cb545567
1
% Toplevel initialisation file.
2
3
\version "1.3.146"
4
5
6
\include "declarations.ly"
7
8
\score {
9
\context Voice \notes\relative c {
10
\maininput
11
}
12
\paper {
13
14
% indent = 0.0
15
}
16
\midi{ }
17
}