]> git.donarmstrong.com Git - lilypond.git/commitdiff
read rehearsalMarkAlignSymbol to
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 25 Nov 2005 16:06:29 +0000 (16:06 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 25 Nov 2005 16:06:29 +0000 (16:06 +0000)
determine X-parent.

ChangeLog
lily/mark-engraver.cc

index 9ad98a2b9d4797f06caf8b0fcfae539d28f61ff1..bdb425472dc03a8917392ccd4db58d4b2cdc5a04 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
+       determine X-parent.
+
        * lily/system-start-delimiter-engraver.cc: move from
        Nested_system_start_delimiter_engraver, rename
        Nested_system_start_delimiter_engraver ->
index 689eb490136b73158868c90d6e552cf58130d9fb..2ffdc696d2d06d7c6726d8bc19451ed2bb6d6ccf 100644 (file)
@@ -54,9 +54,8 @@ Mark_engraver::acknowledge_break_aligned (Grob_info inf)
          == s->get_property ("break-align-symbol")))
     {
       /*
-       TODO: make this configurable. RehearsalMark cannot be
-       break-aligned, since the width of the object should not be taken
-       into alignment considerations.
+       RehearsalMark cannot be break-aligned, since the width of the
+       object should not be taken into alignment considerations.
       */
       text_->set_parent (s, X_AXIS);
     }