]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar.ly
*** empty log message ***
[lilypond.git] / input / regression / span-bar.ly
index 7415039e4e3ea63e39e725cd686fffb2def62c50..3e8f3f462bfd0828619517a32392a3a1a6a2ca08 100644 (file)
@@ -1,19 +1,18 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+\version "2.1.22"
 \header {
 texidoc = "Span bars draw only in between staff bar lines, so setting those to transparent shows bar lines between systems only.
 "
 }
 
 \score {
- \notes \relative c' \context StaffGroup = groupie <
- \context Staff = SB { a1 a1 a1}
-  \context Lyrics = LB \lyrics <
+ \notes \relative c' \new StaffGroup <<
+ \new Staff { a1 a1 a1}
+  \new Lyrics \lyrics <<
    { bla1 die bla }
    { foo bar foo }
-  >
-  \context Staff = SC { f1 f1 f1}
- >
+  >>
+  \new Staff { f1 f1 f1}
+ >>
  \paper {
   \translator {
    \StaffContext