From 3134614ffdeab8b79e20edcae5e1e68432946c1e Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 3 Oct 2004 14:37:33 +0000 Subject: [PATCH] (determine-split-list): remove playing1 and playing2. --- ChangeLog | 5 +++++ Documentation/user/changing-defaults.itely | 3 +++ Documentation/user/notation.itely | 16 +++++++--------- lily/spacing-spanner.cc | 1 + scm/part-combiner.scm | 8 -------- 5 files changed, 16 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index 412552fe56..90e1bf7aa5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-03 Han-Wen Nienhuys + + * scm/part-combiner.scm (determine-split-list): remove playing1 + and playing2. + 2004-10-02 Graham Percival * Documentation/index.html.in: remove link to templates. diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index 04e17f7dff..398b4a91ee 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -2106,6 +2106,9 @@ This is a demonstration of the fields available, } { c'1 } } + \bookpaper { + linewidth = 8.0 \cm + } } @end lilypond diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index 96d9746d17..444bac2777 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -5150,14 +5150,11 @@ they should be entered as @} @end example -@noindent -in this case, @code{\transposition} does not have to be used, since -@code{c'} is the default. - -@code{\transposition} should be used when the music is entered from a -(transposed) orchestral part. For example, in classical horn parts, -the tuning of the instrument is often changed during a piece. When copying -the notes from the part, use @code{\transposition}, e.g. +The command @code{\transposition} should be used when the music is +entered from a (transposed) orchestral part. For example, in +classical horn parts, the tuning of the instrument is often changed +during a piece. When copying the notes from the part, use +@code{\transposition}, e.g. @example \transposition d' @@ -7671,7 +7668,8 @@ such as fermatas to notes. Feathered beams are not supported natively, but they can be faked by forcing two beams to overlap. Here is an example, -@lilypond[raggedright,relative=2,fragment,verbatim] +@c don't change relative setting witout changing positions! +@lilypond[raggedright,relative=1,fragment,verbatim] \new Staff << \new Voice { diff --git a/lily/spacing-spanner.cc b/lily/spacing-spanner.cc index e97605c82b..78af05c857 100644 --- a/lily/spacing-spanner.cc +++ b/lily/spacing-spanner.cc @@ -944,3 +944,4 @@ ADD_INTERFACE (Spacing_interface, "spacing-interface", "Something to do with line breaking and spacing. Kill this one after determining line breaks.", ""); +. diff --git a/scm/part-combiner.scm b/scm/part-combiner.scm index e206d0d121..a2ca3ab417 100644 --- a/scm/part-combiner.scm +++ b/scm/part-combiner.scm @@ -259,14 +259,6 @@ Only set if not set previously. ly:pitch (length notes1) 1) (put 'apart)) ((> (length notes2) 1) (put 'apart)) - ;; - ((and (= (length notes2) 1) - (= (length notes1) 0)) - (put 'playing2)) - ((and (= (length notes1) 1) - (= (length notes2) 0)) - (put 'playing1)) - ;; ((and (= (length durs1) 1) (= (length durs2) 1) (not (equal? (car durs1) (car durs2)))) -- 2.39.2