From: fred Date: Wed, 27 Mar 2002 02:02:46 +0000 (+0000) Subject: lilypond-1.5.9 X-Git-Tag: release/1.5.59~474 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0d09d2e6a183afcb69efdf0c228b014c0a972997;p=lilypond.git lilypond-1.5.9 --- diff --git a/ly/paper11.ly b/ly/paper11.ly new file mode 100644 index 0000000000..313d25a0e4 --- /dev/null +++ b/ly/paper11.ly @@ -0,0 +1,2 @@ + +\include "paper11-init.ly" diff --git a/ly/paper13-init.ly b/ly/paper13-init.ly new file mode 100644 index 0000000000..d053f1e440 --- /dev/null +++ b/ly/paper13-init.ly @@ -0,0 +1,14 @@ +% paper13-init.ly + + +\version "1.3.146" + +paperThirteen = \paper { + staffheight = 13.0\pt + + \stylesheet #(make-style-sheet 'paper13) + + \include "params-init.ly" +} + +\paper { \paperThirteen } diff --git a/ly/paper13.ly b/ly/paper13.ly new file mode 100644 index 0000000000..7ecec51bbb --- /dev/null +++ b/ly/paper13.ly @@ -0,0 +1,2 @@ + +\include "paper13-init.ly" diff --git a/ly/paper20.ly b/ly/paper20.ly new file mode 100644 index 0000000000..4511cff2ad --- /dev/null +++ b/ly/paper20.ly @@ -0,0 +1,2 @@ + +\include "paper20-init.ly" diff --git a/ly/paper23.ly b/ly/paper23.ly new file mode 100644 index 0000000000..61dfc7fc1b --- /dev/null +++ b/ly/paper23.ly @@ -0,0 +1,2 @@ + +\include "paper23-init.ly"