]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-scripts.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / bar-scripts.ly
index c72b9482bcf8821aaf9a5cbf52d4d175b5f847f6..d2ffa5d47aa840b0df192c953edddda4cb0beb14 100644 (file)
@@ -1,25 +1,24 @@
-#(ly:set-option 'old-relative)
-\version "1.9.8"
+\version "2.3.22"
 \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.
 "
 }
 
+\layout { raggedright = ##t }
 
-onestaff =  \new Staff\notes\relative c''  {
-       \property Staff.instr = instr
-       \property Staff.instrument = instrument \mark "B"
+onestaff = \new Staff\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 <<
+grstaff =  \relative c''
+\context GrandStaff <<
        \new Staff {
 
-       \property Staff.instr = instr
+       \set Staff.instr = instr
        
         \mark "B" \break c1 \mark "A" c2  }
        \new Staff { c1 c2  }