From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Fri, 18 Jun 2004 22:56:03 +0000 (+0000)
Subject: (compound_barline): add support for unbroken ||:
X-Git-Tag: release/2.2.3~1^2~6
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c271bf5018db132003a6a8341691b33b6d6f0e9f;p=lilypond.git

(compound_barline): add support for unbroken ||:
---

diff --git a/ChangeLog b/ChangeLog
index b79dedbfc5..50553656f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+	* lily/bar-line.cc (compound_barline): add support for unbroken ||:
 
 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
 
diff --git a/lily/bar-line.cc b/lily/bar-line.cc
index 28d4e88ca7..f1de0e9f62 100644
--- a/lily/bar-line.cc
+++ b/lily/bar-line.cc
@@ -71,6 +71,8 @@ Bar_line::compound_barline (Grob*me, String str, Real h)
   colon.translate_axis (-dist/2,Y_AXIS);
 
   Stencil m;
+  if (str == "||:")
+    str = "|:";
   
   if (str == "")
     {