]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/volta-engraver.cc
* Documentation/user/point-and-click.itely: simplify p&c
[lilypond.git] / lily / volta-engraver.cc
index c113ee9bad8eef155d8c7e200e22dfe9d3192aa0..a02f8802441f9e92a5f1fda3dbd71dc03a017522 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -14,6 +14,7 @@
 #include "side-position-interface.hh"
 #include "warn.hh"
 #include "staff-symbol.hh"
+#include "text-interface.hh"
 
 #include "translator.icc"
 
@@ -160,7 +161,7 @@ Volta_engraver::process_music ()
     }
 
   if (!volta_span_
-      && (scm_is_string (start_string_) || scm_is_pair (start_string_)))
+      && Text_interface::is_markup (start_string_))
     {
       started_mom_ = now_mom ();