]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/breathing-sign.cc
Fix cross-staff thinko.
[lilypond.git] / lily / breathing-sign.cc
index d243f89e4bb322c6ccad69e1e351068e6564df2b..58c399bf708f0f6a567bc170e4976c75204ffd7e 100644 (file)
@@ -1,13 +1,13 @@
 /*
   breathing_sign.cc -- implement Breathing_sign
 
-  (c) 1999--2006 Michael Krause
+  (c) 1999--2009 Michael Krause
 
   written for the GNU LilyPond music typesetter
 
   TODO: --> see breathing-sign-engraver.cc
 
-  Extensions for ancient notation (c) 2003--2006 by Juergen Reuter
+  Extensions for ancient notation (c) 2003--2009 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 "
-
               );