From: Jan Nieuwenhuizen Date: Thu, 11 Mar 2004 09:44:13 +0000 (+0000) Subject: * ps/lilyponddefs.ps: Bugfix. X-Git-Tag: release/2.1.30~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=70f80d724afdb3b31a151e39b50ac95e390f145f;p=lilypond.git * ps/lilyponddefs.ps: Bugfix. * input/regression/multi-measure-rest-instr-name.ly: Typo. --- diff --git a/ChangeLog b/ChangeLog index 3d5ad1aafe..b6cd8014a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-03-11 Jan Nieuwenhuizen + + * ps/lilyponddefs.ps: Bugfix. + + * input/regression/multi-measure-rest-instr-name.ly: Typo. + 2004-03-11 Han-Wen Nienhuys * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to diff --git a/Documentation/user/lilypond.tely b/Documentation/user/lilypond.tely index 9468c84fe1..851bb32b2d 100644 --- a/Documentation/user/lilypond.tely +++ b/Documentation/user/lilypond.tely @@ -15,15 +15,15 @@ Distributions will want to install lilypond.info in postinstall, doing: @dircategory GNU music project @direntry @c ;; prepend GNU for dir, must be unique -* GNU LilyPond: (./lilypond/lilypond). The GNU music typesetter. -* lilypond: (./lilypond/lilypond)Invoking LilyPond. Titling LilyPond scores. -* Glossary: (./lilypond/music-glossary). Glossary of music terms. -* convert-ly: (./lilypond/lilypond)Invoking convert-ly. Older LilyPond versions. -* midi2ly: (./lilypond/lilypond)Invoking midi2ly. Importing MIDI. -* etf2ly: (./lilypond/lilypond)Invoking etf2ly. Importing Finale. -* abc2ly: (./lilypond/lilypond)Invoking abc2ly. Importing ABC. -* musedata2ly: (./lilypond/lilypond)Invoking musedata2ly. Importing MuseData. -* mup2ly: (./lilypond/lilypond)Invoking mup2ly. Importing Mup. +* GNU LilyPond: (lilypond/lilypond). The GNU music typesetter. +* lilypond: (lilypond/lilypond)Invoking LilyPond. Titling LilyPond scores. +* Glossary: (lilypond/music-glossary). Glossary of music terms. +* convert-ly: (lilypond/lilypond)Invoking convert-ly. Older LilyPond versions. +* midi2ly: (lilypond/lilypond)Invoking midi2ly. Importing MIDI. +* etf2ly: (lilypond/lilypond)Invoking etf2ly. Importing Finale. +* abc2ly: (lilypond/lilypond)Invoking abc2ly. Importing ABC. +* musedata2ly: (lilypond/lilypond)Invoking musedata2ly. Importing MuseData. +* mup2ly: (lilypond/lilypond)Invoking mup2ly. Importing Mup. @end direntry diff --git a/input/regression/multi-measure-rest-instr-name.ly b/input/regression/multi-measure-rest-instr-name.ly index b1e0343bce..b0930abcde 100644 --- a/input/regression/multi-measure-rest-instr-name.ly +++ b/input/regression/multi-measure-rest-instr-name.ly @@ -1,7 +1,7 @@ \version "2.1.29" \header { - texidoc = "There are both long and short intstrument names. + texidoc = "There are both long and short instrument names. Engraving instrument names should not be confused by the multimeasure rests. " diff --git a/input/test/title-markup.ly b/input/test/title-markup.ly index 2282f46127..0f65b8f5ea 100644 --- a/input/test/title-markup.ly +++ b/input/test/title-markup.ly @@ -106,7 +106,7 @@ spaceTest = \markup { "two space chars" } \score { \context Staff \notes \relative c' { - \repeat unfold 1 { a b c d \break } + \repeat unfold 30 { a b c d \break } c1 } } diff --git a/ps/lilyponddefs.ps b/ps/lilyponddefs.ps index 07d5babc8b..37cfbf2dd6 100644 --- a/ps/lilyponddefs.ps +++ b/ps/lilyponddefs.ps @@ -80,8 +80,10 @@ /start-page { - /line-x left-margin output-scale div def - /line-y vsize top-margin sub def + %/line-x left-margin output-scale div def + %/line-y vsize top-margin sub def + /line-x 0 def + /line-y vsize def } bind def /stop-page @@ -248,4 +250,9 @@ paper-size % initialise paper dimensions staff-height init-paper +%/line-x left-margin output-scale div def +%/line-y vsize top-margin sub def +/line-x 0 def +/line-y vsize def + % end lilyponddefs.ps