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.4.4
[lilypond.git]
/
Documentation
/
metadoc
/
test.tely
blob
e22d3c3541fe6b7c8aca2e562c814fc48b1ee085
1
\input texinfo @c -*-texinfo-*-
2
@setfilename foo
3
@settitle foo
4
5
@c @node Top
6
@c @top
7
8
@menu
9
* foo:: bar
10
@end menu
11
12
@node foo
13
@section foo
14
15
@mudela[verbatim, intertext="produces this music:"]
16
\include "paper16.ly"
17
\score{
18
\notes\relative c'{
19
a b c
20
}
21
}
22
@end mudela
23
24
@bye