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
/
property-once.ly
blob
c03b0ed61407b8f2a7b5f8e592175fff68ff09ae
1
2
\version
"2.12.0"
3
\header
{
4
texidoc
=
"Once properties take effect during a single time step only."
5
}
6
7
\layout
{
ragged-right
= ##
t
}
8
9
\relative
c
' {
10
c
4
11
\once \override
Stem
#'
thickness
= #
5.0
12
c
4
13
c
4
14
c
4
15
}
16
17