]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/breathing-sign.cc
release: 1.3.38
[lilypond.git] / lily / breathing-sign.cc
index 54120930f3a3698f020b49addb26f7a7bab2a0f2..2c1f5152491c973f261c2823915eebed4e5502df 100644 (file)
@@ -5,7 +5,7 @@
 
   written for the GNU LilyPond music typesetter
 
-TODO: --> see breathing-sign-engraver.cc
+  TODO: --> see breathing-sign-engraver.cc
 
 */
 #include "staff-symbol-referencer.hh"
@@ -39,7 +39,7 @@ Breathing_sign::do_brew_molecule () const
 }
 
 void
-Breathing_sign::do_post_processing()
+Breathing_sign::after_line_breaking ()
 {
   Real space = staff_symbol_referencer (this).staff_space();
   Direction d = directional_element (this). get ();