From 369413be046ebd41d9ce2a60c11967121b833bd9 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 13 Aug 2001 13:50:51 +0000 Subject: [PATCH] lilypond-1.5.8 --- input/bugs/accents.ly | 1 + input/bugs/ancient-font.ly | 2 +- input/bugs/barline.ly | 9 +++++---- input/bugs/broken-tuplet.ly | 7 ++++--- input/bugs/different-time.ly | 11 ++++++----- input/bugs/dots.ly | 1 + input/bugs/lyrics-spacing.ly | 8 ++++---- input/bugs/prefatory-spacing.ly | 5 +++-- input/bugs/rest-melisma.ly | 3 ++- input/bugs/slur-attachment.ly | 9 +++++---- input/bugs/steep-beam.ly | 3 ++- input/bugs/text-kerning.ly | 5 +++-- 12 files changed, 37 insertions(+), 27 deletions(-) diff --git a/input/bugs/accents.ly b/input/bugs/accents.ly index 1712266870..6d26098115 100644 --- a/input/bugs/accents.ly +++ b/input/bugs/accents.ly @@ -1,3 +1,4 @@ +\version "1.3.148" \score { \context Staff \notes\relative c''< \context Voice=one { diff --git a/input/bugs/ancient-font.ly b/input/bugs/ancient-font.ly index 13287d5870..6aef817e6b 100644 --- a/input/bugs/ancient-font.ly +++ b/input/bugs/ancient-font.ly @@ -1,4 +1,4 @@ -\version "1.3.146" +\version "1.3.148" \header { texidoc="setting staff symbol properties the normal way is broken" title = "ancient font test" diff --git a/input/bugs/barline.ly b/input/bugs/barline.ly index aaf7ad5841..73fb3631c0 100644 --- a/input/bugs/barline.ly +++ b/input/bugs/barline.ly @@ -1,17 +1,18 @@ +\version "1.3.148" \header { -texidoc= "Staves that end half way a system should end at the bar line."; +texidoc = "Staves that end half way a system should end at the bar line." } melody = \notes \relative c' { - \partial 8; + \partial 8 g8 | - \bar "|.";\clef bass; + \bar "|."\clef bass } -accompaniment =\chords \sequential { +accompaniment = \chords \sequential { r8 r2 r2 } diff --git a/input/bugs/broken-tuplet.ly b/input/bugs/broken-tuplet.ly index 9f4cbaff30..5008c4aff2 100644 --- a/input/bugs/broken-tuplet.ly +++ b/input/bugs/broken-tuplet.ly @@ -1,7 +1,8 @@ +\version "1.3.148" \header { -texidoc ="tuplet bracket doesn't behave properly at line break. Not a real problem."; +texidoc = "tuplet bracket doesn't behave properly at line break. Not a real problem." } \score{ @@ -11,7 +12,7 @@ texidoc ="tuplet bracket doesn't behave properly at line break. Not a real probl c4 c c c } > \paper{ - indent = 0.; - linewidth=30.\mm; + indent = 0. + linewidth=30.\mm } } diff --git a/input/bugs/different-time.ly b/input/bugs/different-time.ly index c7031adcc9..2db2460f2b 100644 --- a/input/bugs/different-time.ly +++ b/input/bugs/different-time.ly @@ -1,7 +1,8 @@ +\version "1.3.148" \header { -texidoc =" Spacing for one staff in polymetric music should -be not hampered by a staff in another time signature."; +texidoc = " Spacing for one staff in polymetric music should +be not hampered by a staff in another time signature." } \score{ @@ -19,14 +20,14 @@ be not hampered by a staff in another time signature."; } > \paper{ - linewidth=-1.0; + linewidth=-1.0 \translator { \ScoreContext - \remove Timing_engraver; + \remove Timing_engraver } \translator { \StaffContext - \consists Timing_engraver; + \consists Timing_engraver } } } diff --git a/input/bugs/dots.ly b/input/bugs/dots.ly index ff1d7f20ff..b279b4c06d 100644 --- a/input/bugs/dots.ly +++ b/input/bugs/dots.ly @@ -1,3 +1,4 @@ +\version "1.3.148" \header { texidoc = "Dots should remain close to the heads they belong to, but should not overlap." diff --git a/input/bugs/lyrics-spacing.ly b/input/bugs/lyrics-spacing.ly index bb43fbc2f6..623016d37b 100644 --- a/input/bugs/lyrics-spacing.ly +++ b/input/bugs/lyrics-spacing.ly @@ -2,10 +2,10 @@ \header { texidoc ="``baz'' should be centered on the a (tenor voice), but it is -not."; +not." } -\version "1.3.140"; +\version "1.3.148" sop = \notes \transpose c'' {e2 e fis1 } alt = \notes \relative c' {cis2 e e d } @@ -18,10 +18,10 @@ txt = \lyrics {foo2 bar baz jazz } \context Voice=sopv {\stemUp \sop} \context Voice=altv {\stemDown \alt} > - \context Staff = down \notes < \clef "F"; + \context Staff = down \notes < \clef "F" \context Voice=tenv {\stemUp \ten} > \context Lyrics = la { \txt } > - \paper { linewidth = -1; } + \paper { linewidth = -1 } } diff --git a/input/bugs/prefatory-spacing.ly b/input/bugs/prefatory-spacing.ly index ba788f5f1d..06e718bc2a 100644 --- a/input/bugs/prefatory-spacing.ly +++ b/input/bugs/prefatory-spacing.ly @@ -1,11 +1,12 @@ +\version "1.3.148" \header { texidoc= "Spacing after clef/key should be stretched equidistantly for large stretching, but should stay clear of prefatory matter for small stretching. Support in the spacing engine for -separate spring constants for stretching/shrinking is needed"; +separate spring constants for stretching/shrinking is needed" } -foo = \notes\relative c'' { \key as \major; f } +foo = \notes\relative c'' { \key as \major f } \score { diff --git a/input/bugs/rest-melisma.ly b/input/bugs/rest-melisma.ly index 9ebb3ef1f6..b8ef6e73e0 100644 --- a/input/bugs/rest-melisma.ly +++ b/input/bugs/rest-melisma.ly @@ -1,5 +1,6 @@ +\version "1.3.148" \header { -texidoc="slur or long note on other staves fool lily into extending melisma" +texidoc = "slur or long note on other staves fool lily into extending melisma" } \score { < diff --git a/input/bugs/slur-attachment.ly b/input/bugs/slur-attachment.ly index c6fabda6a0..2353bbac5a 100644 --- a/input/bugs/slur-attachment.ly +++ b/input/bugs/slur-attachment.ly @@ -1,9 +1,10 @@ +\version "1.3.148" \header{ -texidoc=" +texidoc = " Slurs should be attached to note heads, except when they would collide with beams. Also see: ophee-slurs. -"; +" } \score{ \notes \relative c''{ @@ -14,7 +15,7 @@ with beams. Also see: ophee-slurs. a4() a8 a } \paper{ - indent = 0.0; - linewidth = 100.\mm; + indent = 0.0 + linewidth = 100.\mm } } diff --git a/input/bugs/steep-beam.ly b/input/bugs/steep-beam.ly index 35b38662de..f07d339017 100644 --- a/input/bugs/steep-beam.ly +++ b/input/bugs/steep-beam.ly @@ -1,6 +1,7 @@ +\version "1.3.148" \header { -texidoc ="1st beam should prob. be horizontal."; +texidoc = "1st beam should prob. be horizontal." } \score { \notes <{ [ r8 g''16 des'] [r8 c16 a] }>} diff --git a/input/bugs/text-kerning.ly b/input/bugs/text-kerning.ly index ad72afbbfe..4f67222a6b 100644 --- a/input/bugs/text-kerning.ly +++ b/input/bugs/text-kerning.ly @@ -1,7 +1,8 @@ +\version "1.3.148" \header { -texidoc= "LilyPond doesn't kern text, but TeX does, leading to skewed results: the VAVAVAVA takes less space than LilyPond thinks it does."; } +texidoc = "LilyPond doesn't kern text, but TeX does, leading to skewed results: the VAVAVAVA takes less space than LilyPond thinks it does." } \score { \notes \relative c'' < \context Voice { @@ -11,5 +12,5 @@ texidoc= "LilyPond doesn't kern text, but TeX does, leading to skewed results: t \context Lyrics \lyrics { foobar4 -- VAVAVAVAV4 -- foobar4 } > - \paper { linewidth = -10.0\cm; } + \paper { linewidth = -10.0\cm } } -- 2.11.4.GIT