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
/
spacing-mark-width.ly
blob
b0b461440be52b53a2136b16767b734c91fb363e
1
\header
{
2
3
texidoc
=
"Width of marks does not affect spacing."
4
5
}
6
7
\version
"2.10.7"
8
9
\paper
{
10
ragged-right
= ##
t
11
}
12
13
\relative
c
''
14
{
15
\override
Score
.
RehearsalMark
#'
break-visibility
= #
begin-of-line-invisible
16
c
1
17
\mark
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx "
18
}