X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspan-bar.cc;h=48a1df4f3acddb26fb2284fc5e63a9a014aadb8a;hb=60f1b9803323beff180758ebbe896d106c0aeb35;hp=67d464297dbd0b189a1e1a5da265e8681c54f1ce;hpb=1efdfdaed5cd51abfe5da5e4f5731fe9396c96f2;p=lilypond.git diff --git a/lily/span-bar.cc b/lily/span-bar.cc index 67d464297d..48a1df4f3a 100644 --- a/lily/span-bar.cc +++ b/lily/span-bar.cc @@ -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); } @@ -212,10 +216,12 @@ Span_bar::calc_bar_size (SCM smob) } ADD_INTERFACE (Span_bar, - "A bar line that spanned between other barlines. This interface is " - " used for bar lines that connect different staves.", + "A bar line that is spanned between other barlines. This" + " interface is used for bar lines that connect different" + " staves.", /* properties */ "glyph-name " - "elements"); + "elements " + );