lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Paper size


From: Graham Percival
Subject: Paper size
Date: Sat, 25 Feb 2006 13:05:58 -0800

Why do we have this?

#(set-default-paper-size "a4")
-or-
\paper {
  #(set-paper-size "a4")
}

In fact, why not simply have
\paper {
  paper-size = "a4"
}


I have nothing against scheme expressions, but I don't see why the paper size (and global staff size) need scheme. If we could define them like normal \paper or \layout variables, we could avoid some newbie confusion.

- Graham





reply via email to

[Prev in Thread] Current Thread [Next in Thread]