From: fred Date: Wed, 27 Mar 2002 00:56:44 +0000 (+0000) Subject: lilypond-1.3.134 X-Git-Tag: release/1.5.59~898 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ebfa66ec5abc448b2651204df5508d64829f6407;p=lilypond.git lilypond-1.3.134 --- diff --git a/input/regression/easy-notation.ly b/input/regression/easy-notation.ly index fc5a8f6a84..a169cbe494 100644 --- a/input/regression/easy-notation.ly +++ b/input/regression/easy-notation.ly @@ -1,5 +1,5 @@ \header { -texidoc = " Ez-notation prints names in note heads." +texidoc = " Ez-notation prints names in note heads."; } \score { diff --git a/scripts/ly2dvi.py b/scripts/ly2dvi.py index 8f5d9da305..23f38433b6 100644 --- a/scripts/ly2dvi.py +++ b/scripts/ly2dvi.py @@ -119,7 +119,7 @@ class Input: firstline = this.__fd.readline() this.__fd.seek(0) - if re.match('%created by: GNU LilyPond [0-9]+[.0-9]+',firstline ): + if re.match('% Generated automatically by: GNU LilyPond [0-9]+[.0-9]+',firstline ): return 'output' else: return 'source' diff --git a/tex/lilyponddefs.tex b/tex/lilyponddefs.tex index 91477809e4..acaa11d23a 100644 --- a/tex/lilyponddefs.tex +++ b/tex/lilyponddefs.tex @@ -57,7 +57,7 @@ \fi \def\EndLilyPondOutput{% - \vskip 0pt plus 100fill\csname bye\endcsname + \vskip 0pt plus \lilypondpaperinterscorelinefill00 fill\csname bye\endcsname } \def\postheader{}