repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
spacing-strict-spacing-grace.ly
blob
918b5b224821e72c8b4b2c0e5596dfd229b675f0
1
\header
{
2
3
texidoc
=
"With @code{strict-note-spacing} spacing for grace notes
4
(even multiple ones), is floating as well."
5
6
}
7
8
\version
"2.10.0"
9
10
<<
11
\override
Score
.
SpacingSpanner
#'
strict-grace-spacing
= ##
t
12
\new
Staff
{
13
c
'
4
14
\afterGrace
15
c
'
4
16
{
c
'
16
[
c
'
c
'
c
']
c
'[
c
'
c
'
c
'] }
17
c
'
4
18
}
19
\new
Staff
{
20
c
'
16
[
c
'
16
c
'
16
c
'
16
]
21
c
'
16
[
c
'
16
c
'
16
c
'
16
]
22
c
'
4
23
}
24
>>