]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lilypond-book/papersize-docs.tely
Add a lilypond-book regtest for paper sizes.
[lilypond.git] / input / regression / lilypond-book / papersize-docs.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
2 @setfilename papersize-docs.info
3 @settitle Different paper sizes for documentation
4 @documentencoding UTF-8
5 @documentlanguage en
6 @afourpaper
7
8 @node Top
9 @top Different paper sizes for documentation.
10
11 This is a sample of a small papersize, which is useful when you
12 want to add a @code{\book@{@}} around some input.
13
14 @c @lilypond[verbatim,papersize=c9landscape]
15 @lilypond[verbatim,quote,papersize=c9]
16 \book {
17   \header {
18     title = "A scale in LilyPond"
19   }
20   \score {
21     \relative c' {
22       c4 d e f
23     }
24   }
25 }
26 @end lilypond
27
28 Here is a different paper size, and a changed tagline.
29
30 @lilypond[verbatim,quote,papersize=a8]
31 \book {
32   \header {
33     title = "A scale in LilyPond"
34     tagline = "... music notation for Everyone"
35   }
36   \score {
37     \relative c' {
38       c4 d e f
39     }
40   }
41 }
42 @end lilypond
43
44 @bye