]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/repeat-engraver.cc
release: 1.3.39
[lilypond.git] / lily / repeat-engraver.cc
index dcf545cf3ff147b289f7bf186501ca6a1928a10f..67fa3e661e358670068c7ccb2a7bb7504b1d4f89 100644 (file)
@@ -40,7 +40,8 @@ Repeat_engraver::do_try_music (Music* m)
        We acknowledge other types of unfolded music as well, to
        get auto context selection right.
        */
-      return true;
+      if (r->type_ == "volta" || r->type_ == "unfolded")
+       return true;
 
     }
   return false;