]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/bar-scripts.ly
release: 1.1.67
[lilypond.git] / input / test / bar-scripts.ly
index d618a2073f65c0a8f111e5816c89dc041c4e7913..be26a05b5f75cf68e637c8680224dc1af7deccbb 100644 (file)
@@ -1,19 +1,19 @@
 
-       \version "1.0.14";
+\version "1.1.66";
 
-onestaff = \type Staff = foo\notes  {
+onestaff = \context Staff = foo\notes  {
        \property Staff.instr = instr
        \property Staff.instrument = instrument \mark "B";
         c1 \mark "A"; \break c2  c2 \break
 }
 
-grstaff = \notes \type GrandStaff <
-       \type Staff = bar {
+grstaff = \notes \context GrandStaff <
+       \context Staff = bar {
 
        \property Staff.instr = instr
        
         \mark "B"; \break c1 \mark "A"; c2  }
-       \type Staff = bufl { c1 c2  }
+       \context Staff = bufl { c1 c2  }
 >
 
 scpaper = \paper {\translator {\OrchestralScoreContext}}
@@ -29,4 +29,6 @@ stscore = \score { \onestaff \paper {
 }}
 
 %\score {\stscore}
-\score {\scscore}
+\score {\scscore
+\header { title = "bar scripts"; }
+}