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
Consider accidentals in optical spacing correction.
[lilypond.git]
/
input
/
regression
/
spacing-end-of-line.ly
blob
70fceceaaa493f629b7e5d039618234336abfc2c
1
2
\version
"2.12.0"
3
\header
{
4
5
texidoc
=
"Broken engraving of a bar at the end of a line does not upset
6
the space following rests and notes."
7
8
}
9
10
\layout
{
11
ragged-right
= ##
t
}
12
13
14
\relative
c
' {
15
c
2
..
r
8
16
c
2
..
r
8
17
\time
3
/
4
\break
18
e
2
e
4
|
e
2
e
4
\time
4
/
4
\break
19
}
20
21
22