]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/break-align-engraver.cc
release commit
[lilypond.git] / lily / break-align-engraver.cc
index 4fe8c7e3637a75415e3e364e18eb50a06f8a527a..01193851b3f4853f3a5153a38dca0f46e483d59e 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 #include "engraver.hh"
 #include "protected-scm.hh"
@@ -28,7 +28,6 @@ protected:
 public:
   TRANSLATOR_DECLARATIONS (Break_align_engraver);
   DECLARE_ACKNOWLEDGER (break_aligned);
-
 };
 
 void
@@ -72,19 +71,19 @@ Break_align_engraver::acknowledge_break_aligned (Grob_info inf)
       SCM align_name = item->get_property ("break-align-symbol");
       if (!scm_is_symbol (align_name))
        return;
-
+         
       if (!align_)
        {
          align_ = make_item ("BreakAlignment", SCM_EOL);
 
          Context *origin = inf.origin_contexts (this)[0];
 
-         Translator_group *tg = origin ->implementation ();
-         Engraver *random_source =  dynamic_cast<Engraver*> (unsmob_translator (scm_car (tg->get_simple_trans_list ())));
+         Translator_group *tg = origin->implementation ();
+         Engraver *random_source = dynamic_cast<Engraver *> (unsmob_translator (scm_car (tg->get_simple_trans_list ())));
 
          /*
            Make left edge appear to come from same context as clef/bar-line etc.
-          */
+         */
          left_edge_ = make_item_from_properties (random_source,
                                                  ly_symbol2scm ("LeftEdge"),
                                                  SCM_EOL,