]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-scripts.ly
* GNUmakefile.in: clean up web building.
[lilypond.git] / input / regression / bar-scripts.ly
index 91a9b3d4d184ebedf27cf091acabb285b3196b57..2391cf902ef226f27b0aeb6cbc4555f807df8260 100644 (file)
@@ -1,42 +1,29 @@
+\version "1.7.18"
 \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.
-";
+"
 }
 
 
-
-onestaff =  \context Staff = foo\notes  {
+onestaff =  \context Staff = foo\notes\relative c''  {
        \property Staff.instr = instr
-       \property Staff.instrument = instrument \mark "B";
-        c1 \mark "A"; \break c2  c2 \break
+       \property Staff.instrument = instrument \mark "B"
+        c1 \mark "A" \break c2  c2 \break
 }
 
-grstaff =  \notes \context GrandStaff <
+grstaff =  \notes \relative c'' \context GrandStaff <
        \context Staff = bar {
 
        \property Staff.instr = instr
        
-        \mark "B"; \break c1 \mark "A"; c2  }
+        \mark "B" \break c1 \mark "A" c2  }
        \context Staff = bufl { c1 c2  }
 >
 
-scpaper =  \paper {\translator {\OrchestralScoreContext}}
-% stpaper =  \paper{ \translator {\BarNumberingStaffContext }}
-stpaper =  \paper{ }
-
-scscore =  \score { \grstaff \paper {
-\scpaper
-}}
 
+\score {\grstaff}
 
-stscore =  \score { \onestaff \paper {
- \stpaper
-}}
-
-%\score {\stscore}
-\score {\scscore
-\header { title = "bar scripts"; }
-}