]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update snippets from LSR; git problems.
authorGraham Percival <graham@percival-music.ca>
Fri, 9 Feb 2007 22:53:37 +0000 (14:53 -0800)
committerGraham Percival <graham@percival-music.ca>
Fri, 9 Feb 2007 22:53:37 +0000 (14:53 -0800)
input/lsr/vocal/Ambitus.ly [deleted file]

diff --git a/input/lsr/vocal/Ambitus.ly b/input/lsr/vocal/Ambitus.ly
deleted file mode 100644 (file)
index 2af5354..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-\version "2.10.12"
-
-\header { texidoc = "
-Ambituses indicate pitch ranges for voices.
-
-Accidentals only show up if they're not part of key signature.  @{AmbitusNoteHead@} grobs also have ledger lines.
-" }
-
-\layout {
-    ragged-right = ##t
-    \context {
-       \Voice
-       \consists Ambitus_engraver
-    }
-}
-
-\relative
-<<
-    \new Staff {  \time  2/4 c4 f' }
-    \new Staff \relative {
-       \time  2/4
-       \key d \major
-       cis as'
-    }
->>
-