From 110f7990dadf53a7ec6221ac327db25840669e3d Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:23:59 +0000 Subject: [PATCH] lilypond-1.3.66 --- Documentation/regression-test.tely | 7 ++++++- lily/spacing-engraver.cc | 1 - scm/generic-property.scm | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Documentation/regression-test.tely b/Documentation/regression-test.tely index 51cc4d1460..60e4ba57a8 100644 --- a/Documentation/regression-test.tely +++ b/Documentation/regression-test.tely @@ -43,11 +43,17 @@ a column. The dots go along as rests are shifted to avoid collisions. @mudelafile{dots.ly} +Accidentals worki: the second note does not get a sharp. The third and +fourth show forced and courtesy accidentals + +@mudelafile{accidental.ly} + Multiple measure rests do not collide with barlines and clefs. They are not expanded when you set @code{Score.skipBars}. Although the multi-measure-rest is a Spanner, minimum distances are set to keep it colliding from barlines. + @mudelafile{multi-measure-rest.ly} If @code{Score.skipBars} is set, @@ -130,7 +136,6 @@ not set. Main note scripts don't end up on the grace note. @mudelafile{grace.ly} - @section Beams, slurs and other spanners Beaming is generated automatically. Beams may cross bar lines. In that diff --git a/lily/spacing-engraver.cc b/lily/spacing-engraver.cc index 0f26e7ca16..a61b79a223 100644 --- a/lily/spacing-engraver.cc +++ b/lily/spacing-engraver.cc @@ -22,7 +22,6 @@ int Rhythmic_tuple::time_compare (Rhythmic_tuple const &h1, Rhythmic_tuple const &h2) { - return (h1.end_ - h2.end_ ).sign (); } diff --git a/scm/generic-property.scm b/scm/generic-property.scm index 506be8a760..3b3d46665f 100644 --- a/scm/generic-property.scm +++ b/scm/generic-property.scm @@ -1,4 +1,8 @@ +; BROKEN as of 1.3.55, FIXME +; + + ; ; Format: ; (cons 'Type name -- 2.39.5