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
MIDI: fix regtest failure
[lilypond/patrick.git]
/
input
/
regression
/
spacing-loose-grace.ly
blob
77d50385d6c9e49973f9c8a0799bc94bd8248795
1
2
\header
3
4
{
5
6
texidoc
=
"With @code{strict-grace-spacing}, grace notes don't influence
7
spacing."
8
9
}
10
11
\version
"2.12.0"
12
\paper
{
13
ragged-right
= ##
t
14
}
15
16
<<
17
\override
Score
.
SpacingSpanner
#'
strict-grace-spacing
= ##
t
18
\new
Staff
{
19
c
'
4
20
\afterGrace
21
c
'
4
22
{
c
'
16
[
c
'
16
c
'
16
c
'
16
] }
23
c
'
4
24
}
25
\new
Staff
{
26
c
'
16
[
c
'
16
c
'
16
c
'
16
]
27
c
'
16
[
c
'
16
c
'
16
c
'
16
]
28
c
'
4
29
}
30
>>