X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fweb%2Fly-examples%2Fsesto-piano.ly;fp=Documentation%2Fweb%2Fly-examples%2Fsesto-piano.ly;h=0d2a5ffdd59be08227d2ba96e388d4aeaaa8dfd0;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/Documentation/web/ly-examples/sesto-piano.ly b/Documentation/web/ly-examples/sesto-piano.ly new file mode 100644 index 0000000000..0d2a5ffdd5 --- /dev/null +++ b/Documentation/web/ly-examples/sesto-piano.ly @@ -0,0 +1,46 @@ +%%% G.F Haendel, Giulio Cesare in Egitto +%%% Act I, scene IV +%%% Sesto: Svegliatevi nel core, furie d'un alma offesa (excerpt) +%%% +%%% Nicolas Sceaux + +\version "2.14.0" +\include "sesto.ily" + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%% +%%% Reduction +%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\book { + \header { instrument = "Vocal part and keyboard reduction" } + \paper { + #(layout-set-staff-size 16) + } + \score { + << + \new Staff << + \new Voice = "sesto" \with { autoBeaming = ##f } << + \set Staff.instrumentName = \markup \smallCaps Sesto. + \global \clef treble \sesto + >> + \lyricsto "sesto" \new Lyrics \sestoLyrics + >> + \new PianoStaff << + \new Staff << + \global \clef treble + \partcombine \keepWithTag #'reduction \violinoI \keepWithTag #'reduction \violinoII + >> + \new Staff << + \global \clef bass \bassi + >> + >> + >> + \layout { + indent = 20\mm + \context { \Voice printPartCombineTexts = ##f } + } + } +} +