repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MIDI: fix regtest failure
[lilypond/patrick.git]
/
input
/
regression
/
collision-alignment.ly
blob
b77a116c1027ff2004059a141e86144904475ae4
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.12.0"
11
12
\relative
<<
13
\new
Staff
{
14
<<
15
{
f g
}
\\
16
{
g f
}
17
>> }
18
\new
Staff
{
19
c
4
c
20
}
21
>>