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-line-width.ly
blob
87a74a866adb7bfbb30eaedff4ea6cd924c64b2b
1
\version
"2.13.5"
2
3
\header
{
4
texidoc
=
"If only line-width is given, systems are horizontally centered."
5
}
6
7
someNotes
=
\relative
c
' {
\repeat
unfold
40
{
c
4
d e f
} }
8
9
\paper
{
10
line-width
=
100
\mm
11
}
12
13
\book
{
14
\score
{
\someNotes
}
15
}