repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
part-combine-cross.ly
blob
e3369c920230720878ccdfdcef96b1cd22b93c4e
1
2
\header
{
3
texidoc
=
"The part combiner stays apart for crossing voices.
4
"
5
}
6
7
\version
"2.10.0"
8
9
vone
=
\relative
a
' {
g
4
g f f e e d d
}
10
vtwo
=
\relative
a
' {
e
4
e f f g g a a
}
11
\layout
{
ragged-right
= ##
t
}
12
13
\partcombine \vone \vtwo
14