]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-scripts.ly
* input/regression/bar-scripts.ly: Re-enable.
[lilypond.git] / input / regression / bar-scripts.ly
index de39ac5875c37f48690216f2d3644c456d226311..f6595cb40d0066b24d2bec95e802fe1ffa724dae 100644 (file)
@@ -13,35 +13,33 @@ knowing it.  Consequently, they fall over  often.
 
 % FIXME including this file makes lily crash lateron -- breaks website build
 
-onestaff =  \context Staff = foo\notes  {
-%      \property Staff.instr = instr
-%      \property Staff.instrument = instrument \mark "B"
-%       c1 \mark "A" \break c2  c2 \break
-}
+onestaff =  \context Staff = foo\notes  {
+       \property Staff.instr = instr
+       \property Staff.instrument = instrument \mark "B"
+        c1 \mark "A" \break c2  c2 \break
+}
 
-grstaff =  \notes \context GrandStaff <
-%      \context Staff = bar {
+grstaff =  \notes \context GrandStaff <
+       \context Staff = bar {
 
-%      \property Staff.instr = instr
+       \property Staff.instr = instr
        
-%       \mark "B" \break c1 \mark "A" c2  }
-%      \context Staff = bufl { c1 c2  }
-% >
-
-% scpaper =  \paper {\translator {\OrchestralScoreContext}}
-% % stpaper =  \paper{ \translator {\BarNumberingStaffContext }}
-% stpaper =  \paper{ }
+        \mark "B" \break c1 \mark "A" c2  }
+       \context Staff = bufl { c1 c2  }
+>
 
-% scscore =  \score { \grstaff \paper {
-% \scpaper
-% }}
+scpaper =  \paper {\translator {\OrchestralScoreContext}}
+% stpaper =  \paper{ \translator {\BarNumberingStaffContext }}
+stpaper =  \paper{ }
 
+scscore =  \score { \grstaff \paper {
+\scpaper
+}}
 
-% stscore =  \score { \onestaff \paper {
-%  \stpaper
-% }}
 
-% %\score {\stscore}
-% \score {\scscore}
+stscore =  \score { \onestaff \paper {
+ \stpaper
+}}
 
-\score{\notes c''}
\ No newline at end of file
+%\score {\stscore}
+\score {\scscore}