From 0bd633a2eebc82dcd1ee653590678fe326b68fec Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:58:51 +0000 Subject: [PATCH] lilypond-0.1.18 --- init/symbol.ly | 2 ++ init/table20.ly | 13 ++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/init/symbol.ly b/init/symbol.ly index 115b6dbb14..3efcaa9b0b 100644 --- a/init/symbol.ly +++ b/init/symbol.ly @@ -1,4 +1,6 @@ % symbol.ly +% +% FIXME other name \version "0.1.6"; diff --git a/init/table20.ly b/init/table20.ly index c2a8f02bca..b39f16334a 100644 --- a/init/table20.ly +++ b/init/table20.ly @@ -11,7 +11,6 @@ table_twenty = % index TeXstring, xmin xmax ymin ymax - % not yet updated "scripts" = \table { "fermata" "\fermata" 0.0\pt 0.0\pt 0.0\pt 6.0\pt "-fermata" "\ifermata" 0.0\pt 0.0\pt -6.0\pt 0.0\pt @@ -78,8 +77,6 @@ table_twenty = "tenor_change" "\caltoclef" 0.0\pt 16.0\pt 0.0\pt 20.0\pt } - % ugh what's our outdir called? - \include "font-en-tja20.ly" "slur" = \table { "whole" "\slurchar%{%}" 0.0\pt 0.0\pt 0.0\pt 0.0\pt @@ -165,10 +162,12 @@ table_twenty = "d7" "\dhundredtwentyeighthflag" 0.0\pt 5.0\pt 0.0\pt 0.0\pt } - "beamslopes" = \table { - "uslope" "\beamuslope{%}{%}" 2.0\pt 64.0\pt 0.0\pt 0.0\pt - "dslope" "\beamdslope{%}{%}" 2.0\pt 64.0\pt 0.0\pt 0.0\pt + "beamslopes" = \table { + "slope" "\beamslope{%}{%}" 2.0\pt 64.0\pt 0.0\pt 0.0\pt "horizontal" "\rulesym{%}{%}" - } + } + + % ugh what's our outdir called? + \include "font-en-tja20.ly" } -- 2.39.5