]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/breathing-sign.cc
* Another grand 2003 update.
[lilypond.git] / lily / breathing-sign.cc
index 5233d4bf2b3ee378665c72513ec10588862ae45a..2936777e1e93d9244171e52aa666d1c01e94efd5 100644 (file)
@@ -1,13 +1,13 @@
 /*
   breathing_sign.cc -- implement Breathing_sign
 
-  Copyright (C) 1999 Michael Krause
+  (c)  1999--2003 Michael Krause
 
   written for the GNU LilyPond music typesetter
 
   TODO: --> see breathing-sign-engraver.cc
 
-  Extensions for ancient notation (C) 2003 by Juergen Reuter
+  Extensions for ancient notation (c)  2003 by Juergen Reuter
 */
 
 #include "staff-symbol-referencer.hh"
@@ -212,7 +212,7 @@ Breathing_sign::finalis (SCM smob)
   line2.translate_axis (0.5 * staff_space, X_AXIS);
   line1.add_molecule (line2);
 
-  return line2.smobbed_copy ();
+  return line1.smobbed_copy ();
 }
 
 MAKE_SCHEME_CALLBACK (Breathing_sign,offset_callback,2);