]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/breathing-sign.cc
Run `make grand-replace'.
[lilypond.git] / lily / breathing-sign.cc
index 3c32a766d22b30ea83458efb79e93a087694364e..517b8f8f1c36ee7cb2256eca6b6b6e3fad5f853c 100644 (file)
@@ -1,13 +1,13 @@
 /*
   breathing_sign.cc -- implement Breathing_sign
 
-  (c) 1999--2007 Michael Krause
+  (c) 1999--2008 Michael Krause
 
   written for the GNU LilyPond music typesetter
 
   TODO: --> see breathing-sign-engraver.cc
 
-  Extensions for ancient notation (c) 2003--2007 by Juergen Reuter
+  Extensions for ancient notation (c) 2003--2008 by Juergen Reuter
 */
 
 #include "breathing-sign.hh"
@@ -177,6 +177,6 @@ Breathing_sign::offset_callback (SCM smob)
 ADD_INTERFACE (Breathing_sign,
               "A breathing sign.",
               
+              /* properties */
               "direction "
-
               );