]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/lbook-texi-test.texi
Doc: move input/manual/ to Documentation/included/
[lilypond.git] / input / tutorial / lbook-texi-test.texi
1 \input texinfo @c -*-texinfo-*-
2 @setfilename lilbook.info
3 @settitle  lilypond-book test
4 @node Top, , , 
5 @top
6
7 @chapter lilypond-book test
8
9 @section Introduction
10
11 Blah blah blah Blah blah blah Blah blah blah Blah blah blah Blah blah
12 blah
13
14 Fragment:
15
16
17 @lilypond
18 \relative {
19   c2 g'2^"test" \times 2/3 { f8 e d } c'2  g4
20
21 @end lilypond
22
23
24 Bla bla blah
25
26 This is a multipage / multipicture fragment:
27
28 @lilypond
29 \book {
30   \score { { c1 \break \pageBreak c1 } }
31
32 @end lilypond
33
34 @bye