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
programming-work: remove reference to non-existsing node.
[lilypond/patrick.git]
/
input
/
regression
/
tuplet-nest.ly
blob
c090b2beb7627aeab2e4124503c9411b7c8150a9
1
2
\version
"2.12.0"
3
4
\header
{
5
texidoc
=
" Tuplets may be nested."
6
}
7
8
\paper
{
9
ragged-right
= ##
t
10
indent
=
0.0
11
}
12
13
\relative
c
'' {
14
\override
TupletNumber
#'
text
= #
tuplet-number
::
calc-fraction-text
15
\times
4
/
6
{
16
\times
2
/
3
{
17
a a a
18
}
19
\times
3
/
5
{
20
a a a a a
21
}
22
}
23
24
s
1
*
1
/
6
25
26
\stemUp
27
\times
4
/
6
{
28
\times
2
/
3
{
29
a
1
*
1
/
6
a f
'
30
}
31
\times
3
/
5
{
32
c f g a b
33
}
34
}
35
36
}
37