repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-1.5.14
[lilypond.git]
/
input
/
bugs
/
broken-tuplet.ly
blob
5008c4aff2bd722ba78bf39086f784b76a516dcd
1
\version
"1.3.148"
2
3
\header
{
4
5
texidoc
=
"tuplet bracket doesn't behave properly at line break. Not a real problem."
6
}
7
8
\score
{
9
\notes\relative
c
''<
10
{
% broken cresc dumps core
11
c
2
c
4
*
2
/
3
\times
2
/
3
{
c
(
c c
}
12
c
4
c c c
13
} >
14
\paper
{
15
indent
=
0
.
16
linewidth
=
30
.
\mm
17
}
18
}