X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fpaper.scm;h=e076d692a301dc0098d44fa5f8d9df556b8118d5;hb=d06ebc90ec926e435ec00f5fb18dec838928df20;hp=bd88e11c79126e588119a9207b68aec3f796c523;hpb=6c2ef51262462ec2758d4c1ebf722be1119453c2;p=lilypond.git diff --git a/scm/paper.scm b/scm/paper.scm index bd88e11c79..e076d692a3 100644 --- a/scm/paper.scm +++ b/scm/paper.scm @@ -128,6 +128,11 @@ ;; don't use decimals. ;; ISO 216 has a tolerance of +- 2mm + ;; TODO Autogenerate the following list so it appears under the + ;; 'Predefined paper sizes' node in notation-appendices.itely + ;; currently the list below has been copied and formatted manually. + ;; Therefore, please add any new entries to the *itely file as well. + '(("a10" . (cons (* 26 mm) (* 37 mm))) ("a9" . (cons (* 37 mm) (* 52 mm))) ("a8" . (cons (* 52 mm) (* 74 mm)))