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
Update .ly files.
[lilypond.git]
/
input
/
regression
/
tie-accidental.ly
blob
609437b95dad435dd70c6df9ea5c31d297140c9c
1
\header
{
texidoc
=
"
2
lilypond should flip the tie's direction
3
to avoid a collision with the sharp.
4
"
}
5
6
7
\version
"2.12.0"
8
9
\paper
{
10
debug-tie-scoring
= ##
t
11
ragged-right
= ##
t
12
}
13
14
\relative
c
'' {
15
\override
Tie
#'
layer
= #
2
16
a
~
<
fis a
>
17
}
18
19
% EOF