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
/
collision-alignment.ly
blob
c6541366ac9401fce867fe4176aeef02105947eb
1
\header
{
2
3
texidoc
=
"Notes in different staves should be aligned to the
4
left-most note, in case of collisions."
5
6
}
7
8
\layout
{
ragged-right
= ##
t
}
9
10
\version
"2.10.0"
11
12
\relative
<<
13
\new
Staff
{
14
<<
15
{
f g
}
\\
16
{
g f
}
17
>> }
18
\new
Staff
{
19
c
4
c
20
}
21
>>