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-tuplet-end.ly
blob
b6bf5978d101f6a62fee42ad043f5bbe2474b608
1
\header
{
2
3
texidoc
=
"End tuplets events are sent to the starting context, so
4
even after a switch, a tuplet ends correctly."
5
6
}
7
8
\version
"2.10.8"
9
10
\new
Staff
<<
11
\partcombine
12
\relative
c
'' {
13
r
2
14
\times
2
/
3
{
g
8
[
g g
] }
15
\times
2
/
3
{
g
[
g g
] }
g
1
16
}
17
\relative
c
'' {
R
1
g
1
}
18
>>
19