]> git.donarmstrong.com Git - lilypond.git/commitdiff
* ps/lilyponddefs.ps: Bugfix.
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 11 Mar 2004 09:44:13 +0000 (09:44 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 11 Mar 2004 09:44:13 +0000 (09:44 +0000)
* input/regression/multi-measure-rest-instr-name.ly: Typo.

ChangeLog
Documentation/user/lilypond.tely
input/regression/multi-measure-rest-instr-name.ly
input/test/title-markup.ly
ps/lilyponddefs.ps

index 3d5ad1aafef6db088c2949238abe36d6a0857605..b6cd8014a15a89628680c5ab38958e2e29e7a615 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * ps/lilyponddefs.ps: Bugfix.
+
+       * input/regression/multi-measure-rest-instr-name.ly: Typo.
+
 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
index 9468c84fe16d35814ecb47f4255f8b3a95cab2fa..851bb32b2d677a160edff77ce6306ee9c1983768 100644 (file)
@@ -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
 
 
index b1e0343bcebc3343d51d82db31c1ce7adf16efb3..b0930abcde037eeb03fae6820c854be441d7095c 100644 (file)
@@ -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. "
 
index 2282f4612771cd672201e89d25b84e87d4f0e7a3..0f65b8f5eaff9cb0ed82120377f12b59738fc845 100644 (file)
@@ -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
     }
 }
index 07d5babc8b4e8c323c8fb407f5fc3b741846829e..37cfbf2dd659d1a9fdc79f89cde49f8929628e5a 100644 (file)
 
 /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