]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar-break.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / span-bar-break.ly
index 5498eea98602a955ce3eea7a180f0523710481db..ce598eaa1ff60c267b891d17f81989d32157c4f0 100644 (file)
@@ -1,19 +1,21 @@
-\version "2.3.4"
+\version "2.14.0"
 
 \header {
 
-    texidoc = "At the beginning of a system, the @code{|:} repeat
+  texidoc = "At the beginning of a system, the @code{|:} repeat
 barline is drawn between the staves, but the @code{:|} is not."
 
-      }
-
-\score {
- \new PianoStaff <<
-    \context Staff = up {
-       \bar "|:" r1
-       \bar ":|" \break r1
-    }
-    \context Staff=down { r r }
-  >>
-  \paper{ raggedright = ##t }
 }
+
+\layout{ ragged-right = ##t }
+
+
+\new PianoStaff <<
+  \new Staff = "up" {
+    \bar "|:" r1
+    \bar ":|" \break r1
+  }
+  \new Staff = "down" { r r }
+>>
+
+