]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/volta-bracket.cc
* Documentation/user/tutorial.itely: Revised (continued).
[lilypond.git] / lily / volta-bracket.cc
index ed83d76e2820c41739479899a8cfdfa95a639ea3..119868b189bddcbeddd42743d0bc4d72ab7a545f 100644 (file)
@@ -53,18 +53,18 @@ Volta_bracket_interface::print (SCM smob)
   bool no_vertical_end = orig_span && !broken_last_bracket;
   SCM s = me->get_property ("bars");
   Grob * endbar =   unsmob_grob (ly_car (s));
-  SCM glyph = endbar->get_property("glyph");
+  SCM glyph = endbar->get_property ("glyph");
   
   String str;
   if (gh_string_p (glyph))
-    str = ly_scm2string(glyph);
+    str = ly_scm2string (glyph);
   else
     return SCM_EOL;
   
   const char* cs = str.to_str0 ();
   no_vertical_end |=
-    (strcmp(cs,":|")!=0 && strcmp(cs,"|:")!=0 && strcmp(cs,"|.")!=0
-     && strcmp(cs,":|:")!=0 && strcmp(cs,".|")!=0);
+    (strcmp (cs,":|")!=0 && strcmp (cs,"|:")!=0 && strcmp (cs,"|.")!=0
+     && strcmp (cs,":|:")!=0 && strcmp (cs,".|")!=0);
 
   Paper_def * paper =me->get_paper ();
   Real half_space = 0.5;