From d5aed485e1580b40bde30af998ff9d3bfb27e8a4 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 21 Jan 2004 14:01:45 +0000 Subject: [PATCH] * lily/new-part-combine-iterator.cc (construct_children): create Devnull from Voice context * lily/new-part-combine-iterator.cc: more states. --- Documentation/topdocs/NEWS.texi | 12 ++++++++++++ lily/new-part-combine-iterator.cc | 4 ---- scm/define-grobs.scm | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Documentation/topdocs/NEWS.texi b/Documentation/topdocs/NEWS.texi index 989d703b41..4034eecc66 100644 --- a/Documentation/topdocs/NEWS.texi +++ b/Documentation/topdocs/NEWS.texi @@ -17,6 +17,18 @@ Version 2.1.13 @end ignore @itemize @bullet +@item A new part combiner which is more cleanly constructed, more +robust and less buggy. The +part-combiner can be used with +@example + \newpartcombine @var{mus1} @var{mus2} +@end example + +@noindent +In this case, both musics are put into @code{Voice} contexts called +@code{one} and @code{two} automatically. + +(This feature is still experimental.) @item Formatting of rehearsal marks has been improved. The @code{\mark} command now only does automatic incrementing for marks specified as diff --git a/lily/new-part-combine-iterator.cc b/lily/new-part-combine-iterator.cc index 60e5c3649b..3bfcb5dcaa 100644 --- a/lily/new-part-combine-iterator.cc +++ b/lily/new-part-combine-iterator.cc @@ -205,10 +205,6 @@ New_pc_iterator::construct_children () = report_to ()->find_create_translator (ly_symbol2scm ("Voice"), "shared",props); - tr->execute_pushpop_property (ly_symbol2scm ("NoteHead"), - ly_symbol2scm ("font-size"), gh_int2scm (3)); - - shared_ .set_translator (tr); set_translator (tr); Translator_group *null diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm index 2b6a3bdd28..f415bebb3d 100644 --- a/scm/define-grobs.scm +++ b/scm/define-grobs.scm @@ -875,7 +875,7 @@ . ( (molecule-callback . ,Staff_symbol::brew_molecule) (line-count . 5) - (ledger-line-thickness (1.0 . 0.1)) + (ledger-line-thickness . (1.0 . 0.1)) (layer . 0) (meta . ((interfaces . (staff-symbol-interface spanner-interface)))) )) -- 2.39.5