]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove lilypnodinputfile
authorGraham Percival <graham@percival-music.ca>
Sat, 6 Oct 2007 07:00:01 +0000 (00:00 -0700)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 2 Nov 2007 08:48:33 +0000 (09:48 +0100)
input/manual/ossia.ly [deleted file]

diff --git a/input/manual/ossia.ly b/input/manual/ossia.ly
deleted file mode 100644 (file)
index 9b2b554..0000000
+++ /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
-  }
-
->>