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
Fix 524 pitched trill losing accidental.
[lilypond.git]
/
input
/
regression
/
slur-dynamics.ly
blob
30dbfbdcb2bbac09abd04bb7450c1df9e451b8b9
1
2
\header
{
3
4
texidoc
=
"Dynamics avoid collision with slur."
5
}
6
7
\version
"2.10.0"
8
\layout
{
9
indent
=
0
\mm
10
ragged-right
= ##
t
11
}
12
\relative
13
{
14
b
(^
"dyn outside"
b f
'
\p
b
,)
15
16
g
(
d
'
\<
d
\!
g
,)
17
}