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.7
[lilypond.git]
/
init
/
part-paper.ly
blob
162984e5b305cf748348141122ad33b6cf376f4a
1
%part-paper.ly
2
3
\paper
{
4
\translator
{
\OrchestralPartStaffContext
}
5
\translator
{
\ScoreContext
skipBars
=
1
;
}
6
% for simple testing only!
7
% castingalgorithm = \Wordwrap; % lots faster on my 486 -- jcn
8
}
9