]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.134
authorfred <fred>
Wed, 27 Mar 2002 00:56:44 +0000 (00:56 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:56:44 +0000 (00:56 +0000)
input/regression/easy-notation.ly
scripts/ly2dvi.py
tex/lilyponddefs.tex

index fc5a8f6a84c8c0c06951ddb8125b0243521775f4..a169cbe494259ee39e44abac8c2bb6b6caa39922 100644 (file)
@@ -1,5 +1,5 @@
 \header {
-texidoc  = " Ez-notation prints names in note heads."
+texidoc  = " Ez-notation prints names in note heads.";
 }
 
 \score {
index 8f5d9da30574a1896188941c1f89a336fed43f99..23f38433b66b005336773eeb070e0c5039bd9dfa 100644 (file)
@@ -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'
index 91477809e40cd367035eb21507b58356ec3314c8..acaa11d23ab77e8d93d9d83cd9835fa1520780d4 100644 (file)
@@ -57,7 +57,7 @@
 \fi
 
 \def\EndLilyPondOutput{%
- \vskip 0pt plus 100fill\csname bye\endcsname
+ \vskip 0pt plus \lilypondpaperinterscorelinefill00 fill\csname bye\endcsname
 }
 \def\postheader{}