]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ly-examples/sesto-violin.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / Documentation / ly-examples / sesto-violin.ly
1 %%% G.F Haendel, Giulio Cesare in Egitto
2 %%% Act I, scene IV
3 %%% Sesto: Svegliatevi nel core, furie d'un alma offesa (excerpt)
4 %%%
5 %%% Nicolas Sceaux <nicolas.sceaux@free.fr>
6
7 \version "2.16.0"
8 \include "sesto.ily"
9
10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11 %%%
12 %%% Violino I
13 %%%
14 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15
16 \book {
17   \header { instrument = "Violino I" }
18   \paper {
19     #(layout-set-staff-size 18)
20   }
21   \score {
22     \new Staff <<
23       \global \clef treble \keepWithTag #'violin \violinoI
24     >>
25     \layout { indent = 5\mm }
26   }
27 }