From: fred Date: Tue, 26 Mar 2002 22:01:32 +0000 (+0000) Subject: lilypond-1.1.30 X-Git-Tag: release/1.5.59~2333 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5106078041d813ee94054e43afe415c69f4da862;p=lilypond.git lilypond-1.1.30 --- diff --git a/input/bugs/staff-side-slur.ly b/input/bugs/staff-side-slur.ly deleted file mode 100644 index 8f00ff0da0..0000000000 --- a/input/bugs/staff-side-slur.ly +++ /dev/null @@ -1,18 +0,0 @@ -\score{ - \type Staff \notes\relative c''{ - \property Staff.instrument = "Toeters" - c c c c(\break - )c c c c ~\break - c c c c\break - } - \paper{ - linewidth=60.0\mm; -% \translator { \HaraKiriStaffContext } - \translator { \OrchestralScoreContext } - \translator { - \StaffContext - \consists "Staff_margin_engraver"; - } - } -} - diff --git a/lily/template4.cc b/lily/template4.cc deleted file mode 100644 index 1d67bee14d..0000000000 --- a/lily/template4.cc +++ /dev/null @@ -1,25 +0,0 @@ -/* - template4.cc -- instantiate Link_list baseclass. - - source file of the GNU LilyPond music typesetter - - (c) 1997--1999 Han-Wen Nienhuys -*/ -#if 0 -#ifndef __CYGWIN32__ -#include "proto.hh" -#include "pcursor.hh" -#include "plist.hh" -#include "spanner.hh" -#include "audio-column.hh" -#include "audio-item.hh" -#include "audio-staff.hh" -#include "p-col.hh" -#include "p-score.hh" -#include "cursor.tcc" -#include "list.tcc" -#include "pcursor.tcc" -#include "plist.tcc" - -#endif -#endif