]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-scripts.ly
*** empty log message ***
[lilypond.git] / input / regression / bar-scripts.ly
index 7808e156f1a5379719d2e31bd75d22b7737a316a..5044b902b705fafda37d7bceee0aaa4a42a7421a 100644 (file)
@@ -1,17 +1,22 @@
+\version "1.7.18"
 \header{
 texidoc="
+
+COMMENTED-OUT
+
 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.
-";
+"
 }
 
-\version "1.3.117";
+
+% 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
+       \property Staff.instrument = instrument \mark "B"
+        c1 \mark "A" \break c2  c2 \break
 }
 
 grstaff =  \notes \context GrandStaff <
@@ -19,7 +24,7 @@ grstaff =  \notes \context GrandStaff <
 
        \property Staff.instr = instr
        
-        \mark "B"; \break c1 \mark "A"; c2  }
+        \mark "B" \break c1 \mark "A" c2  }
        \context Staff = bufl { c1 c2  }
 >
 
@@ -27,16 +32,24 @@ scpaper =  \paper {\translator {\OrchestralScoreContext}}
 % stpaper =  \paper{ \translator {\BarNumberingStaffContext }}
 stpaper =  \paper{ }
 
+
 scscore =  \score { \grstaff \paper {
 \scpaper
 }}
 
+scscore =  \score { \grstaff \paper {
+\scpaper
+}}
 
 stscore =  \score { \onestaff \paper {
  \stpaper
 }}
 
+
 %\score {\stscore}
-\score {\scscore
-\header { title = "bar scripts"; }
-}
+\score {\scscore}
+
+
+\score{\notes c''}
+\score {\scscore}
+