]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/double-repeat.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / double-repeat.ly
index 825dfd84cf94559324c5963420ec930ed377dcce..1dd8da5a050184b93bd35b4c2c8c686ea4b87c4a 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.12.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Three types of double repeat bar line are supported."
 }
 \new StaffGroup <<
-  \new Staff \relative c' {
-    c1
+  \new Staff \relative {
+    c'1
     \mark "\":|:\""
-    \bar ":|:"
+    \bar ":..:"
     c1
     \mark "\":|.|:\""
     \bar ":|.|:"
@@ -16,7 +16,7 @@
     \bar ":|.:"
     c1
   }
-  \new Staff \relative c' {
-    \repeat unfold 4 { c1 }
+  \new Staff \relative {
+    \repeat unfold 4 { c'1 }
   }
 >>