]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-percent-skipbars.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / regression / repeat-percent-skipbars.ly
index 530020e1b461e4a5ecf05820ef164491a9bdae9f..eeb2066c1b16bfd62448b8fda8284097c193a101 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.1"
+\version "2.1.7"
 
 
 \header {
@@ -8,11 +8,11 @@ texidoc = "Percent repeats are not skipped, even when skipBars is set.  "
     \paper { raggedright= ##t }
 
 \score {
-     \context Staff <
+     \context Staff <<
        \property Score.skipBars = ##t
        \notes {
        \repeat "percent" 2 { g2 a g a }
        }
-     >
+     >>
 }