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
/
spacing-ended-voice.ly
blob
fc7b0a0321fe115a046ed6d6295073a02bca0df1
1
\version
"2.10.0"
2
\header
{
texidoc
=
"
3
A voicelet (a very short voice to get polyphonic chords correct)
4
should not confuse the spacing engine."
5
}
6
7
\layout
{
ragged-right
= ##
t
}
8
9
10
{
\context
Staff
\relative
c
' {
11
c
4
12
<<
13
{
r
4
dis
'
4
}
\\
14
{
r
4
fis
,
4
}
\\
15
{
r bis
}
\\
16
{
s gis
}
17
>>
18
c
4
19
}}
20
21
22
23