From 3abd87468d7616e6dadc0d6bc88e9c4845bcf5a4 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 6 Oct 2007 00:00:01 -0700 Subject: [PATCH] Remove lilypnodinputfile --- input/manual/ossia.ly | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 input/manual/ossia.ly diff --git a/input/manual/ossia.ly b/input/manual/ossia.ly deleted file mode 100644 index 9b2b5540bb..0000000000 --- a/input/manual/ossia.ly +++ /dev/null @@ -1,36 +0,0 @@ - -\header { texidoc = "Ossia fragments can be done with starting and -stopping staves. " } - -\version "2.10.0" -\paper { ragged-right = ##t } - -<< - \new Staff \with - { - \remove "Time_signature_engraver" - fontSize = #-2 - \override StaffSymbol #'staff-space = #(magstep -2) - firstClef = ##f - } - \relative c'' { - \stopStaff - \skip 2 - - \startStaff - \clef treble - bes8[^"ossia" g bes g] - \stopStaff - - s2 - - \startStaff - f8 d g4 - } - \new Staff \relative - { - \time 2/4 - c4 c g' g a a g2 - } - ->> -- 2.39.5