]> git.donarmstrong.com Git - lilypond.git/commitdiff
Blunt documentation build fix.
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 7 Oct 2002 12:51:53 +0000 (12:51 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 7 Oct 2002 12:51:53 +0000 (12:51 +0000)
ChangeLog
input/regression/bar-scripts.ly

index 852c2555e0429ef2095a877790146f1fdd742960..bcc25818d84140b28f5eb6df103d4f098d0dbdfd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/regression/bar-scripts.ly: Blunt documentation build fix.
+
 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * Actually merge changes since 1.6.4 besides ChangeLog, and
index 3c188c822b5be424122849c016b2752526cc01ff..de39ac5875c37f48690216f2d3644c456d226311 100644 (file)
@@ -1,6 +1,9 @@
 \version "1.5.68"
 \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.
@@ -8,36 +11,37 @@ 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  }
->
+%       \mark "B" \break c1 \mark "A" c2  }
+%      \context Staff = bufl { c1 c2  }
+>
 
-scpaper =  \paper {\translator {\OrchestralScoreContext}}
-% stpaper =  \paper{ \translator {\BarNumberingStaffContext }}
-stpaper =  \paper{ }
+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
-}}
+stscore =  \score { \onestaff \paper {
+ \stpaper
+}}
 
-%\score {\stscore}
-\score {\scscore
-\header { title = "bar scripts" }
-}
+% %\score {\stscore}
+% \score {\scscore}
+
+\score{\notes c''}
\ No newline at end of file