]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-scripts.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / bar-scripts.ly
index 9747d760905cad857b0bb3bb910e4ceed4e91c73..f57fe3d1824db79736b6dd03f861aed68cb168ce 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.4.0"
+\version "2.14.0"
 \header{
 texidoc="
 
@@ -6,24 +6,15 @@ Markings can be attached to (invisible) barlines.
 "
 }
 
-\layout { raggedright = ##t }
+\layout { ragged-right = ##t }
 
-onestaff = \new Staff\relative c''  {
-       \set Staff.instr = instr
-       \set Staff.instrument = instrument \mark "B"
-        c1 \mark "A" \break c2  c2 \break
-}
-
-grstaff =  \relative c''
+\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}
-