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
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git]
/
input
/
regression
/
spacing-end-of-line.ly
blob
27929038625a48473182b8810838e6130b48b506
1
2
\version
"1.9.1"
3
\header
{
4
5
texidoc
=
"Broken matter at the end of line does not upset the
6
space following rests and notes."
}
7
8
\score
9
{
10
\notes \relative
c
' {
11
c
2
..
r
8
12
c
2
..
r
8
13
\time
3
/
4
\break
14
e
2
e
4
|
e
2
e
4
\time
4
/
4
\break
15
}
16
\paper
{
17
raggedright
= ##
t
}
18
}
19