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-solo-global.ly
blob
a3de17e91ec74c0085d30206044027304bd34106
1
2
\header
{
texidoc
=
"In this example, solo1
3
should not be printed over the 1st note, because of the slur
4
which is present from the one-voice to the two-voice situation."
5
6
}
7
8
\version
"2.10.0"
9
\paper
{
ragged-right
= ##
t
}
10
11
\new
Staff
12
\partcombine \relative
c
'' {
13
bes
2
(
14
a
4
)
15
}
16
\relative
c
' {
17
r
2
cis
4
18
}