]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-scripts.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / bar-scripts.ly
index 28f5cdf29c98f7d22b2e617782a7e3bd2614e972..540e761786c7ca4296a5905bac3050edfeae411e 100644 (file)
@@ -1,30 +1,20 @@
-\version "2.1.22"
+\version "2.16.0"
 \header{
 texidoc="
 
-Markings that are attached to (invisible) barlines are 
-delicate: the are attached to the rest of the score without the score
-knowing it.  Consequently, they fall over  often.
+Markings can be attached to (invisible) barlines.
 "
 }
 
-\paper { raggedright = ##t }
+\layout { ragged-right = ##t }
 
-onestaff = \new Staff\notes\relative c''  {
-       \set Staff.instr = instr
-       \set Staff.instrument = instrument \mark "B"
-        c1 \mark "A" \break c2  c2 \break
-}
-
-grstaff = \notes \relative c'' \context GrandStaff <<
+\relative c''
+\context GrandStaff <<
        \new Staff {
 
-       \set Staff.instr = instr
+       \set Staff.shortInstrumentName = instr
        
         \mark "B" \break c1 \mark "A" c2  }
        \new Staff { c1 c2  }
 >>
 
-
-\score {\grstaff}
-