]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar-break.ly
Doc-es: update Notation/Fretted.
[lilypond.git] / input / regression / span-bar-break.ly
index 479429dfa7ab08eaef892dabed6388801d5c9ddc..aac291494d72863f1b77e873339c37ea276e9968 100644 (file)
@@ -1,17 +1,21 @@
-\version "2.2.0"
-
-\header { texidoc = "At the beginning of a system,
-the @code{|:} repeat barline is drawn between the staves,
-but the @code{:|} is not."
-" }
-
-\score {
-  \notes \new PianoStaff <<
-    \context Staff=up   {
-       \bar "|:" r1
-       \bar ":|" \break r1
-    }
-    \context Staff=down { r r }
-  >>
-  \paper{ raggedright = ##t }
+\version "2.17.5"
+
+\header {
+
+  texidoc = "At the beginning of a system, the @code{.|:} repeat
+barline is drawn between the staves, but the @code{:|.} is not."
+
 }
+
+\layout{ ragged-right = ##t }
+
+
+\new PianoStaff <<
+  \new Staff = "up" {
+    \bar ".|:" r1
+    \bar ":|." \break r1
+  }
+  \new Staff = "down" { r r }
+>>
+
+