]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ottava-bracket.cc
Fix 550.
[lilypond.git] / lily / ottava-bracket.cc
index 5dd1036ef1a9acec143abf2a2c2a24a537d999bf..2f23261eb901cbe682d673aec3b1f66159d8bdef 100644 (file)
@@ -23,7 +23,7 @@
 struct Ottava_bracket
 {
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
 };
 
 /*
@@ -69,7 +69,8 @@ Ottava_bracket::print (SCM smob)
   SCM markup = me->get_property ("text");
   Stencil text;
   if (Text_interface::is_markup (markup))
-    text = *unsmob_stencil (Text_interface::interpret_markup (layout->self_scm (), properties, markup));
+    text = *unsmob_stencil (Text_interface::interpret_markup (layout->self_scm (),
+                                                             properties, markup));
 
   Drul_array<Real> shorten = robust_scm2interval (me->get_property ("shorten-pair"),
                                                  Interval (0, 0));