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
Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git]
/
input
/
regression
/
markup-line-thickness.ly
blob
2738783884693ce776d505012aaa5e41f9c7ffc6
1
\version
"2.12.0"
2
3
\header
{
4
5
texidoc
=
"The thickness setting between markup lines and other
6
lines is consistent."
7
8
}
9
10
\new
Staff
{
11
\override
TextSpanner
#'
bound-details
#'
right
#'
text
=
12
#(
markup
#:
draw-line
'(
0
.
-
1
))
13
\override
TextSpanner
#'
thickness
= #
2
14
c
'
4
\startTextSpan
15
c
'
4
\stopTextSpan
16
}