]> git.donarmstrong.com Git - lilypond.git/commitdiff
(compound_barline): add support for unbroken ||:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 18 Jun 2004 22:56:03 +0000 (22:56 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 18 Jun 2004 22:56:03 +0000 (22:56 +0000)
ChangeLog
lily/bar-line.cc

index b79dedbfc5557456ce1f65075a69b12bdb75eda7..50553656f86f9e6fcb213a1bf3d30408626a4bb3 100644 (file)
--- 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)
 
index 28d4e88ca70c03dc6183d2673a6db32e6b3a3e6a..f1de0e9f6298538bc37ab93f9164475616adfee9 100644 (file)
@@ -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 == "")
     {