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-to-grace.ly
blob
483e7eef585b2b343dfcf09b44b1b1e4efb7a08b
1
2
\version
"2.12.0"
3
\header
{
4
5
texidoc
=
"Space from a normal note (or barline) to a grace note is
6
smaller than to a normal note."
7
8
}
9
10
\layout
{
ragged-right
= ##
t
}
11
12
13
\context
Voice
14
{
\time
2
/
4
15
\relative
c
'' {
16
e
8
e
\grace
d
8
e e
\grace
f
8
e es
,
d
'
d
17
e
8
e e e
\grace
{
\stemDown
f
8
\stemNeutral
}
e es
,
d
'
18
19
}
20
21
}
22
23
24