]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/ambitus.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / lsr / ambitus.ly
diff --git a/input/lsr/ambitus.ly b/input/lsr/ambitus.ly
deleted file mode 100644 (file)
index 6d34300..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
-%% This file is in the public domain.
-\version "2.12.3"
-
-\header {
-  lsrtags = "pitches, vocal-music"
-
-  texidoc = "
-Ambitus indicate pitch ranges for voices.
-
-
-Accidentals only show up if they are not part of the key signature. 
-@code{AmbitusNoteHead} grobs also have ledger lines. 
-
-"
-  doctitle = "Ambitus"
-} % begin verbatim
-
-\layout {
-  \context {
-    \Voice
-    \consists "Ambitus_engraver"
-  }
-}
-
-<<
-  \new Staff {
-    \relative c' {
-      \time 2/4
-      c4 f'
-    }
-  }
-  \new Staff {
-    \relative c' {
-      \time  2/4
-      \key d \major
-      cis4 as'
-    }
-  }
->>
-