]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/span-bar.cc
Merge commit 'origin' into beamlets2
[lilypond.git] / lily / span-bar.cc
index 08a04e3cffc6d9b538f2c627703c47a6ec19c141..31d91b1fc7502bcf79d0a269a5ca90423b0d12b5 100644 (file)
@@ -190,6 +190,8 @@ Span_bar::calc_glyph_name (SCM smob)
     type = "|.|";
   else if (type == ":|.:")
     type = "|.";
+  else if (type == "'")
+    type = "";
 
   return ly_string2scm (type);
 }