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
Consider accidentals in optical spacing correction.
[lilypond.git]
/
input
/
regression
/
line-dashed-period.ly
blob
c370429bd26e7b21a9fb8a6ba716ab37bc32a08a
1
\header
{
2
3
texidoc
=
"The period of a dashed line is adjusted such that it
4
starts and ends on a full dash. "
5
6
}
7
8
\version
"2.12.0"
9
10
\layout
{
11
indent
=
0.0
\mm
12
ragged-right
= ##
T
13
}
14
15
\relative
<<
16
\new
Staff
{
17
\crescTextCresc
18
\set
crescendoSpanner
= #'
line
19
c
1
_
\<
c c
1
\!
20
}
21
\new
Staff
{
22
\override
DynamicTextSpanner
#'
dash-period
= #
3
23
\override
DynamicTextSpanner
#'
dash-fraction
= #
0.3
24
\crescTextCresc
25
c
1
^
\<
c c
1
\!
26
}
27
>>