repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git]
/
input
/
regression
/
paper-margins-no-checks.ly
blob
5f3e7833eb1e3f00662bfd388cc19b3a133c4a39
1
\version
"2.13.5"
2
3
\header
{
4
texidoc
=
"All checks can be avoided by setting check-consistency to ##f in \paper."
5
}
6
7
someNotes
=
\relative
c
' {
\repeat
unfold
40
{
c
4
d e f
} }
8
9
\paper
{
10
left-margin
=
20
\mm
11
right-margin
=
40
\mm
12
line-width
=
200
\mm
13
check-consistency
= ##
f
14
}
15
16
\book
{
17
\score
{
\someNotes
}
18
}
19
20