\input texinfo


Different paper sizes for documentation.

This is a sample of a small papersize, which is useful when you want to add a \book{} around some input.

\book {
  \header {
    title = "A scale in LilyPond"
  }
  \score {
    \relative c' {
      c4 d e f
    }
  }
}

[image of music]

Here is a different paper size, and a changed tagline.

\book {
  \header {
    title = "A scale in LilyPond"
    tagline = "... music notation for Everyone"
  }
  \score {
    \relative c' {
      c4 d e f
    }
  }
}

[image of music]


About This Document

This document was generated by Graham Percival on July 26, 2011 using texi2html 1.82.

The buttons in the navigation panels have the following meaning:

Button Name Go to From 1.2.3 go to
[]
[ << ] FastBack Beginning of this chapter or previous chapter 1
[]
[Top] Top Cover (top) of document  
[Contents] Contents Table of contents  
[Index] Index Index  
[ ? ] About About (help)  
[]
[ >> ] FastForward Next chapter 2
[]
[]
[ < ] Back Previous section in reading order 1.2.2
[]
[ Up ] Up Up section 1.2
[]
[ > ] Forward Next section in reading order 1.2.4

where the Example assumes that the current position is at Subsubsection One-Two-Three of a document of the following structure:


Different paper sizes for documentation.