]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/metadoc/test.tely
patch::: 1.2.12.jcn2
[lilypond.git] / Documentation / metadoc / test.tely
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