From d831f80f3ebd4965d829eca3e5c95cdcc893873b Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 9 Feb 2007 14:53:37 -0800 Subject: [PATCH] Update snippets from LSR; git problems. --- input/lsr/vocal/Ambitus.ly | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 input/lsr/vocal/Ambitus.ly diff --git a/input/lsr/vocal/Ambitus.ly b/input/lsr/vocal/Ambitus.ly deleted file mode 100644 index 2af5354380..0000000000 --- a/input/lsr/vocal/Ambitus.ly +++ /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' - } ->> - -- 2.39.5