]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-check-redefine.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / bar-check-redefine.ly
index a2e65f0b095783e4c17f61dbdd835f3385ff3ae7..6fde50c37e888128645df4fbc13329b1cfc5a6ee 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.0"
+\version "2.16.0"
 \header {
     texidoc = "The meaning of @code{|} is stored in the
 identifier @code{pipeSymbol}."
@@ -6,7 +6,8 @@ identifier @code{pipeSymbol}."
 
 pipeSymbol = \bar "||"
 
-\score {
-    \notes  { c'2 | c'2 | }
-}
+\layout { ragged-right = ##t }
+
+
+{ c'2 | c'2 | }