Docs: use lists for nested overrides.
[lilypond.git] / input / tutorial / lbook-texi-test.texi
blob69209999c25d8fe676f5c1c64a9d4c9ef9cba004
1 \input texinfo @c -*-texinfo-*-
2 @setfilename lilbook.info
3 @settitle  lilypond-book test
4 @node Top, , , 
5 @top
7 @chapter lilypond-book test
9 @section Introduction
11 Blah blah blah Blah blah blah Blah blah blah Blah blah blah Blah blah
12 blah
14 Fragment:
17 @lilypond
18 \relative {
19   c2 g'2^"test" \times 2/3 { f8 e d } c'2  g4
20
21 @end lilypond
24 Bla bla blah
26 This is a multipage / multipicture fragment:
28 @lilypond
29 \book {
30   \score { { c1 \break \pageBreak c1 } }
31
32 @end lilypond
34 @bye