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
ly:default-scale: don't return SCM_BOOL_F if default_global_scale exists.
[lilypond.git]
/
input
/
regression
/
grace-stems.ly
blob
43eab6278b87b93b3beff21e6c7f08aa6a4acd06
1
2
\version
"2.12.0"
3
\header
{
4
texidoc
=
"Here @code{startGraceMusic} should set @code{no-stem-extend} to
5
true; the two grace beams should be the same here.
6
"
7
}
8
9
10
\layout
{
11
ragged-right
= ##
t
12
}
13
14
\context
Voice
\relative
c
{
15
\grace
{
16
f
8
[
e
8
]
17
\override
Stem
#'
no-stem-extend
= ##
t
18
f
8
[
e
8
]
19
\revert
Stem
#'
no-stem-extend
20
}
21
a
4
22
23
}
24