]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/tutorial.itely
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / Documentation / user / tutorial.itely
index 3cb6f8e3d794a330e0676a8d282d693a269d1ff4..c6f4481dda6ff190250a83d02dace4b929631b38 100644 (file)
@@ -1212,14 +1212,14 @@ input.  For example,
 @example
   width = 4.5\cm
   name = "Wendy"
-  aFivePaper = \paper @{ paperheight = 21.0 \cm @}
+  aFivePaper = \layout @{ paperheight = 21.0 \cm @}
 @end example
 
 Depending on its contents, the identifier can be used in different
 places.  The following example uses the above variables
 
 @example
-  \paper @{
+  \layout @{
     \aFivePaper
     linewidth = \width
   @}