]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/span-bar.cc
Merge master into nested-bookparts
[lilypond.git] / lily / span-bar.cc
index 76e1b60280970bb5eeadbdb9d77ed85f0d6283df..48a1df4f3acddb26fb2284fc5e63a9a014aadb8a 100644 (file)
@@ -186,6 +186,10 @@ Span_bar::calc_glyph_name (SCM smob)
     type = "|.";
   else if (type == ":|:")
     type = ".|.";
+  else if (type == ":|.|:")
+    type = "|.|";
+  else if (type == ":|.:")
+    type = "|.";
 
   return ly_string2scm (type);
 }