From: fred Date: Tue, 26 Mar 2002 23:23:59 +0000 (+0000) Subject: lilypond-1.3.66 X-Git-Tag: release/1.5.59~1522 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=110f7990dadf53a7ec6221ac327db25840669e3d;p=lilypond.git lilypond-1.3.66 --- 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