]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/volta-bracket.cc
Fix GCC 4.3.0 warnings about parentheses and braces
[lilypond.git] / lily / volta-bracket.cc
index cfae83259c5dde05c877f76458af25da9a3cd9b7..d5f4bc6daaee71fe46c0a4611e6e3d05eba8c472 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2007 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2009 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include <cstring>
@@ -132,6 +132,8 @@ Volta_bracket_interface::modify_edge_height (Spanner *me)
        && str != "|:"
        && str != "|."
        && str != ":|:"
+       && str != ":|.|:"
+       && str != ":|.:"
        && str != ".|");
 
   if (no_vertical_end || no_vertical_start)