From: Graham Percival Date: Sat, 6 Oct 2007 07:00:01 +0000 (-0700) Subject: Remove lilypnodinputfile X-Git-Tag: release/2.11.35-1~46^2~71 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3abd87468d7616e6dadc0d6bc88e9c4845bcf5a4;p=lilypond.git Remove lilypnodinputfile --- 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 - } - ->>