X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flilypond-book%2Ftexinfo-papersize-docs.tely;fp=input%2Fregression%2Flilypond-book%2Ftexinfo-papersize-docs.tely;h=9120bb6e5354cd838c2f4ffabf1f6ea787adb472;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=0000000000000000000000000000000000000000;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/input/regression/lilypond-book/texinfo-papersize-docs.tely b/input/regression/lilypond-book/texinfo-papersize-docs.tely new file mode 100644 index 0000000000..9120bb6e53 --- /dev/null +++ b/input/regression/lilypond-book/texinfo-papersize-docs.tely @@ -0,0 +1,43 @@ +\input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: en -*- +@setfilename papersize-docs.info +@settitle Different paper sizes for documentation +@documentencoding UTF-8 +@documentlanguage en +@afourpaper + +@node Top +@top Different paper sizes for documentation. + +This is a sample of a small papersize, which is useful when you +want to add a @code{\book@{@}} around some input. + +@lilypond[verbatim,papersize=a8landscape] +\book { + \header { + title = "A scale in LilyPond" + } + \score { + \relative c' { + c4 d e f + } + } +} +@end lilypond + +Here is a different paper size, and a changed tagline. + +@lilypond[verbatim,quote,papersize=a8] +\book { + \header { + title = "A scale in LilyPond" + tagline = "... music notation for Everyone" + } + \score { + \relative c' { + c4 d e f + } + } +} +@end lilypond + +@bye