]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar-break.ly
Merge commit 'origin/lilypond/translation' into dev/texi2html
[lilypond.git] / input / regression / span-bar-break.ly
index 3554c2d48353eba467c4ffe7f25fd8652f8651b0..fd65763d2a8d15d9d8db11cc9383698c5b57e308 100644 (file)
@@ -1,19 +1,21 @@
-\version "2.6.0"
+\version "2.11.51"
 
 \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 }
-  >>
-  \layout{ raggedright = ##t }
 }
+
+\layout{ ragged-right = ##t }
+
+
+\new PianoStaff <<
+  \new Staff = "up" {
+    \bar "|:" r1
+    \bar ":|" \break r1
+  }
+  \new Staff = "down" { r r }
+>>
+
+