]> 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 0ecf39697c85eae431ce3b9d14fe185653db570c..eeb2066c1b16bfd62448b8fda8284097c193a101 100644 (file)
@@ -1,16 +1,18 @@
+\version "2.1.7"
+
+
 \header {
 texidoc = "Percent repeats are not skipped, even when skipBars is set.  "
 }
 
-
-\include "paper20.ly"
+    \paper { raggedright= ##t }
 
 \score {
-     \context Staff <
+     \context Staff <<
        \property Score.skipBars = ##t
        \notes {
        \repeat "percent" 2 { g2 a g a }
        }
-     >
+     >>
 }