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
Fix 524 pitched trill losing accidental.
[lilypond.git]
/
input
/
regression
/
tuplet-no-stems.ly
blob
c15a3b2cf0bc3724f5e7d34b963952069283a7b2
1
\header
{
2
texidoc
=
"Removing Stem_engraver doesn't cause crashes."
3
}
4
5
6
\version
"2.10.27"
7
8
\layout
{
9
\context
{
10
\TabStaff
11
\override
TimeSignature
#'
stencil
= ##
f
12
}
13
\context
{
14
\TabVoice
15
\remove
Beam
_
engraver
16
\remove
Stem
_
engraver
17
\override
TupletBracket
#'
number-visibility
= ##
f
18
}
19
}
20
21
partition
= {
22
\times
2
/
3
{
f
8
g a
}
23
}
24
25
26
\new
TabStaff
{
27
\partition
28
}