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
/
stem-tremolo-staff-space.ly
blob
22063b614109cc6ddb43f02072ae0398582f9d38
1
\header
{
2
3
texidoc
=
"stem tremolo vertical distance also obeys staff-space settings. "
4
5
}
6
7
\version
"2.10.19"
8
9
\layout
{
10
ragged-right
= ##
t
11
}
12
13
fragment
=
\relative
c
' {
14
c
4
:
64
c
:
64
c
8
:
64
c
:
64
c
:
64
c
:
64
c
:
64
15
}
16
17
18
<<
19
\new
Staff
\with
{
20
fontSize
= #
-
4
21
\override
StaffSymbol
#'
staff-space
= #(
magstep -
4
)
22
}
23
\fragment
24
\new
Staff
\fragment
25
>>