From 085c425669d8d4eb36980e28570915121c34950f Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer <reinhold@kainhofer.com> Date: Mon, 2 Jun 2008 02:06:00 +0200 Subject: [PATCH] Variables in examples --- Documentation/examples/dada-defs.ly | 4 ++-- Documentation/examples/dadafull-defs.ly | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/examples/dada-defs.ly b/Documentation/examples/dada-defs.ly index 51a05d1..6a641ab 100644 --- a/Documentation/examples/dada-defs.ly +++ b/Documentation/examples/dada-defs.ly @@ -1,7 +1,7 @@ \version "2.11.40" \include "orchestrallily.ly" -\paper { line-width=10\cm } -#(set-global-staff-size 14) +% \paper { line-width=10\cm } +% #(set-global-staff-size 14) \header { title = "A nonsensical work" } diff --git a/Documentation/examples/dadafull-defs.ly b/Documentation/examples/dadafull-defs.ly index cc2fb92..3ad9f6a 100644 --- a/Documentation/examples/dadafull-defs.ly +++ b/Documentation/examples/dadafull-defs.ly @@ -1,7 +1,7 @@ \version "2.11.40" \include "orchestrallily.ly" -\paper { line-width=10\cm } -#(set-global-staff-size 14) +% \paper { line-width=10\cm } +% #(set-global-staff-size 14) \header { title = "A useless opus" } -- GitLab