From e51c203a2adb73d965dbead8e82fefff5556bab6 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:40:56 +0000 Subject: [PATCH] lilypond-0.0.77.jcn1 --- init/Makefile | 6 +++--- init/paper16.ly | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 init/paper16.ly diff --git a/init/Makefile b/init/Makefile index ddf1ae7e02..32318e47c3 100644 --- a/init/Makefile +++ b/init/Makefile @@ -15,13 +15,13 @@ include ./$(depth)/make/Include.make # list of distribution files: # -INIFILES = $(wildcard *.ini) -DISTFILES = Makefile $(INIFILES) +INITFILES = $(wildcard *.ly) +DISTFILES = Makefile $(INITFILES) # localinstall: $(INSTALL) -d $(datadir)/lilypond/init - $(INSTALL) -m 644 $(INIFILES) $(datadir)/lilypond/init + $(INSTALL) -m 644 $(INITFILES) $(datadir)/lilypond/init localuninstall: for i in $(INIFILES) ; do rm -f $(datadir)/lilypond/init/$$i; done diff --git a/init/paper16.ly b/init/paper16.ly new file mode 100644 index 0000000000..fd19f6e03e --- /dev/null +++ b/init/paper16.ly @@ -0,0 +1,20 @@ + +\include "table16.ly" +\include "engraver.ly" + +default_paper = \paper { + linewidth = 15.0 \cm; + rule_thickness = 0.4\pt; + bar_size = 16.0 \pt; + interline = 4.\pt; + notewidth = 5.0\pt; + wholewidth = 4.8\pt; + unitspace = 30.\pt; + basicspace = 5.0\pt; + + % + interbeam = 2.667\pt; + geometric = 1.414; + \symboltables { \table_sixteen } + \requesttranslator { \orchestral_score_translator } +} -- 2.39.5