summaryrefslogtreecommitdiff
path: root/ly
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2005-10-10 10:40:59 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2005-10-10 10:40:59 +0000
commit5815dfd8c5f049dba375d2961916448d6f1c40b0 (patch)
treecf5d14835b1441e4123925d3e7e6fa806893b786 /ly
parente3b87ad8d0c8c1da1d85960a7055e82cbef0aeb6 (diff)
* scm/lily.scm (define-scheme-options): add paper-size option.
* ly/declarations-init.ly (laissezVibrer): get paper size from -dpaper-size * scm/translation-functions.scm: use \fontsize for changing the fontsize. * scm/define-grobs.scm (all-grob-descriptions): set between-length-limit to 1.0 * lily/tie-helper.cc: add between_length_limit_ detail property.
Diffstat (limited to 'ly')
-rw-r--r--ly/declarations-init.ly3
-rw-r--r--ly/paper-defaults.ly4
2 files changed, 1 insertions, 6 deletions
diff --git a/ly/declarations-init.ly b/ly/declarations-init.ly
index 60e8fbabe0..a8580c98a4 100644
--- a/ly/declarations-init.ly
+++ b/ly/declarations-init.ly
@@ -85,8 +85,7 @@ laissezVibrer = #(make-music 'LaissezVibrerEvent)
}
-
-#(set-default-paper-size "a4")
+#(set-default-paper-size (ly:get-option 'paper-size))
partCombineListener = \layout {
diff --git a/ly/paper-defaults.ly b/ly/paper-defaults.ly
index 11ded37f58..adc879efca 100644
--- a/ly/paper-defaults.ly
+++ b/ly/paper-defaults.ly
@@ -66,10 +66,6 @@
%%
raggedlastbottom= ##t
- %% ugh. Should use /etc/papersize and set explicitly for
- %% documentation.
- papersizename = "a4"
-
#(define font-defaults
'((font-encoding . fetaMusic)))