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
Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git]
/
input
/
regression
/
spacing-ended-voice.ly
blob
f4b4b83605a9f1d22a0f7bf64024e66d1d32c9d5
1
\version
"2.12.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