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
ly:default-scale: don't return SCM_BOOL_F if default_global_scale exists.
[lilypond.git]
/
input
/
regression
/
string-number-around-slur.ly
blob
bd4a5b4d5c868421683f50ba5e04d232d6b27f2e
1
\version
"2.12.0"
2
3
\header
{
4
texidoc
=
"String numbers should only be moved outside slurs when there
5
is a collision."
6
}
7
8
\relative
c
'' {
9
\textLengthOn
10
<
c
\3>4
-
"inside"
(
d
' <
e
,
\2>
-
"inside"
g
11
<
c
\1>1
-
"outside"
)
12
}