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
/
skiptypesetting-show-first-and-last.ly
blob
1395cea12976c663a81de8473e0c995266ec2a6d
1
\header
{
2
3
texidoc
=
"@code{showFirstLength} and @code{showLastLength} may be set at the
4
same time; both the beginning and the end of the score will be printed."
5
6
}
7
8
\version
"2.12.0"
9
10
showFirstLength
=
R
1
*
1
11
showLastLength
=
R
1
*
2
12
\paper
{
13
ragged-right
= ##
T
14
}
15
16
{
17
c
1
d e f g a
18
}