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
lilypond-1.3.122
[lilypond.git]
/
input
/
test
/
explicit.ly
blob
83ffd570838d1034588f3c1d99932486b25aec39
1
\header
{
2
texidoc
=
"Explicit pitches and durations."
;
3
}
4
\score
{
5
\notes
{
6
\pitch
#(
make-pitch
0 0 0
)
\duration
#(
make-duration
1 0
)
7
\pitch
#(
make-pitch
1 1 1
)
\duration
#(
make-duration
2 0
)
8
9
}
10
}