From 4f5dd8e7aef4e6135460a18f9196686da2c3a131 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:45:33 +0000 Subject: [PATCH] lilypond-1.1.16 --- lily/stem.cc | 1 + scripts/ly2dvi.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lily/stem.cc b/lily/stem.cc index 2f1f141a12..69dbd33776 100644 --- a/lily/stem.cc +++ b/lily/stem.cc @@ -43,6 +43,7 @@ Stem::Stem () staff_size_i_ = 8; beam_gap_i_ = 0; + beam_l_ = 0; } Interval_t diff --git a/scripts/ly2dvi.py b/scripts/ly2dvi.py index a36afe5832..b051fef3d5 100644 --- a/scripts/ly2dvi.py +++ b/scripts/ly2dvi.py @@ -102,7 +102,7 @@ class Input: firstline = this.__fd.readline() this.__fd.seek(0) - if re.match('% Creator: GNU LilyPond [0-9]+[.0-9]+',firstline ): + if re.match('%created by: GNU LilyPond [0-9]+[.0-9]+',firstline ): return 'output' else: return 'source' -- 2.39.5