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
/
page-breaking-page-count1.ly
blob
a7132a3f818b9c3d8f50fbb78da409d40ae45a04
1
\version
"2.12.0"
2
3
\header
{
4
texidoc
=
"The number of pages in a score can be forced by setting
5
@code{page-count} in the (book-level) paper block."
6
}
7
8
#(
set-default-paper-size
"a6"
)
9
10
\book
{
11
\paper
{
page-count
=
2
}
12
\score
{ {
c
'
1
c
'
1
} }
13
}