]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/changing-defaults.itely
* input/regression/tuplet-gap.ly: new file.
[lilypond.git] / Documentation / user / changing-defaults.itely
index 56168b0dee6628d12de4013cfa9fcae7476b757f..0ec0a80c8861d083f462632740925fabec8c20f7 100644 (file)
@@ -1965,13 +1965,14 @@ The predefined command @code{\newpage} also does this.
 @cindex page size
 @cindex @code{papersize}
 
-To change the paper size, use the following Scheme code:
+To change the paper size, there are two commands,
 @example
+        #(set-default-paper-size "a4")
         \paper@{
            #(set-paper-size "a4")
         @}
 @end example
-
+The second one sets the size of the @code{\paper} block that it's in.
 
 @refcommands