+++ /dev/null
-\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";
- }
- }
-}
-
+++ /dev/null
-/*
- template4.cc -- instantiate Link_list baseclass.
-
- source file of the GNU LilyPond music typesetter
-
- (c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-*/
-#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