From 2bbe3b199a6cf424636ee3684ebed82ff7226165 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 10 Oct 2004 20:09:08 +0000 Subject: [PATCH] * scm/part-combiner.scm (determine-split-list): reinstate playing+resting case. * lily/slur-scoring.cc (move_away_from_staffline): new function. (get_base_attachments): move away attachment point for breaks similar to attachment points on slurs (staffline collision, and half a space of padding) --- ChangeLog | 3 +++ Documentation/user/lilypond.tely | 2 +- scm/part-combiner.scm | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f8cbc8df83..10d4213554 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-10-10 Han-Wen Nienhuys + * scm/part-combiner.scm (determine-split-list): reinstate + playing+resting case. + * Documentation/user/invoking.itely (Reporting bugs): rename. * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22. diff --git a/Documentation/user/lilypond.tely b/Documentation/user/lilypond.tely index 26c5a43c55..25d83222a1 100644 --- a/Documentation/user/lilypond.tely +++ b/Documentation/user/lilypond.tely @@ -189,7 +189,7 @@ this and other documentation. @include introduction.itely @include tutorial.itely @include examples.itely -@include invoking.itely +@include invoking.itelyi @include notation.itely @include sound-output.itexi @include changing-defaults.itely diff --git a/scm/part-combiner.scm b/scm/part-combiner.scm index a2ca3ab417..dff2bb87cf 100644 --- a/scm/part-combiner.scm +++ b/scm/part-combiner.scm @@ -259,6 +259,7 @@ Only set if not set previously. ly:pitch (length notes1) 1) (put 'apart)) ((> (length notes2) 1) (put 'apart)) + ((= 1 (+ (length notes2) (length notes1))) (put 'apart)) ((and (= (length durs1) 1) (= (length durs2) 1) (not (equal? (car durs1) (car durs2)))) -- 2.39.5