repo.or.cz
/
lilypond
/
mpolesky.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove debug output from regtest.
[lilypond/mpolesky.git]
/
input
/
regression
/
duration-identifier-compressed.ly
blob
ceba2324f6dea1992e53ea304c913eee4379ce50
1
\version
"2.13.18"
2
3
\header
{
4
texidoc
=
"The compression factor of a duration identifier is
5
correctly accounted for by the parser."
6
}
7
8
% looks like a whole note, has duration of half note
9
wholeHalved
= #(
ly
:
make-duration
0 0 1 2
)
10
11
12
\relative
c
' {
13
c
\wholeHalved
c
|
14
c
\wholeHalved
.
c
4
|
15
}