]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/web/ly-examples/sesto-violin.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / web / ly-examples / sesto-violin.ly
diff --git a/Documentation/web/ly-examples/sesto-violin.ly b/Documentation/web/ly-examples/sesto-violin.ly
deleted file mode 100644 (file)
index 8997051..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-%%% G.F Haendel, Giulio Cesare in Egitto
-%%% Act I, scene IV
-%%% Sesto: Svegliatevi nel core, furie d'un alma offesa (excerpt)
-%%%
-%%% Nicolas Sceaux <nicolas.sceaux@free.fr>
-
-\version "2.14.0"
-\include "sesto.ily"
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%%
-%%% Violino I
-%%%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\book {
-  \header { instrument = "Violino I" }
-  \paper {
-    #(layout-set-staff-size 18)
-  }
-  \score {
-    \new Staff <<
-      \global \clef treble \keepWithTag #'violin \violinoI
-    >>
-    \layout { indent = 5\mm }
-  }
-}