]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-percent-skipbars.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / repeat-percent-skipbars.ly
index 0ecf39697c85eae431ce3b9d14fe185653db570c..b63a866821934488bce73c644901d9f841f51c9c 100644 (file)
@@ -1,16 +1,18 @@
+\version "2.16.0"
+
+
 \header {
-texidoc = "Percent repeats are not skipped, even when skipBars is set.  "
+  texidoc = "Percent repeats are not skipped, even when @code{skipBars} is set."
 }
 
+\layout { ragged-right= ##t }
 
-\include "paper20.ly"
 
-\score {
-     \context Staff <
-       \property Score.skipBars = ##t
-       \notes {
-       \repeat "percent" 2 { g2 a g a }
-       }
-     >
-}
+\context Staff <<
+  \set Score.skipBars = ##t
+  {
+    \repeat "percent" 2 { g2 a g a }
+  }
+>>
+