From cc6e2bc41228c320c0ef19d1c6af9ed44d5b683d Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 7 Oct 2002 12:51:53 +0000 Subject: [PATCH] Blunt documentation build fix. --- ChangeLog | 4 +++ input/regression/bar-scripts.ly | 52 ++++++++++++++++++--------------- 2 files changed, 32 insertions(+), 24 deletions(-) diff --git a/ChangeLog b/ChangeLog index 852c2555e0..bcc25818d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-10-07 Jan Nieuwenhuizen + + * input/regression/bar-scripts.ly: Blunt documentation build fix. + 2002-10-05 Jan Nieuwenhuizen * Actually merge changes since 1.6.4 besides ChangeLog, and diff --git a/input/regression/bar-scripts.ly b/input/regression/bar-scripts.ly index 3c188c822b..de39ac5875 100644 --- a/input/regression/bar-scripts.ly +++ b/input/regression/bar-scripts.ly @@ -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 -- 2.39.5