From: Graham Percival Date: Fri, 9 Feb 2007 22:53:37 +0000 (-0800) Subject: Update snippets from LSR; git problems. X-Git-Tag: release/2.11.18-1~5^2~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d831f80f3ebd4965d829eca3e5c95cdcc893873b;p=lilypond.git Update snippets from LSR; git problems. --- 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' - } ->> -