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
/
part-combine-force-mmrest-position.ly
blob
6e4e3964e7d4db5b43f555ce278b439fd7c2d9de
1
2
\header
{
3
texidoc
=
"If the part-combiner shows two separate voices, multi-measure rests
4
are supposed to use the same settings as @code{\voiceOnce} and @code{\voiceTwo}.
5
"
6
}
7
8
\layout
{
ragged-right
= ##
t
}
9
10
\version
"2.13.36"
11
12
mI
=
\relative
c
'' {
13
\partcombineApart
14
c
2
c
|
15
R
1
|
16
c
1
17
}
18
mII
=
\relative
c
' {
19
R
1
|
20
c
2
c
|
21
c
1
22
}
23
24
\score
{
25
\new
Staff
\partcombine \mI \mII
26
}