]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/new-part-combine-iterator.cc (construct_children): create
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 21 Jan 2004 14:01:45 +0000 (14:01 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 21 Jan 2004 14:01:45 +0000 (14:01 +0000)
Devnull from Voice context

* lily/new-part-combine-iterator.cc: more states.

Documentation/topdocs/NEWS.texi
lily/new-part-combine-iterator.cc
scm/define-grobs.scm

index 989d703b41953cdc83374d99056193709e43206c..4034eecc665088735d933de9a929058a4741817c 100644 (file)
@@ -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
index 60e5c3649b5e7e93368f73902ab30b4155e3d677..3bfcb5dcaa5ac37030fd162401a9ecdbd50d1c6e 100644 (file)
@@ -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
index 2b6a3bdd28dad2995bde06da49c133754888b025..f415bebb3d954c2fb350bf9d4ce933c04e4635d0 100644 (file)
      . (
        (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))))
        ))