]> git.donarmstrong.com Git - lilypond.git/commitdiff
(score_extra_encompass): add break ;
authorhanwen <hanwen>
Tue, 20 Jul 2004 17:54:58 +0000 (17:54 +0000)
committerhanwen <hanwen>
Tue, 20 Jul 2004 17:54:58 +0000 (17:54 +0000)
lily/slur-quanting.cc

index ed1d2644adf43feca56bf16a7811e365d5005dd7..bb773072843db418c6b8e09edf02eec4496e13e0 100644 (file)
@@ -862,12 +862,13 @@ score_extra_encompass (Grob *me, Grob *common[],
                case FLAT:
                case DOUBLE_FLAT:
                  xp = LEFT;
-                 /* fallthrough */
+                 break ;
                case SHARP:
                  xp = 0.5 * dir;
-                 /* fallthrough */
+                 break ;
                case NATURAL:
                  xp = -dir;
+                 break; 
                }
            }
        }