%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,paper-height=845.047\pt,paper-width=597.508\pt,papersize='(cons (* 597.508 pt) (* 845.047 pt)),quote]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  #(set-paper-size '(cons (* 597.508 pt) (* 845.047 pt)))
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
  line-width = 160\mm - 2.0 * 10.16\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "snippets/expressive-headword.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from the LilyPond Wiki
%% (https://wiki.lilypond.community).
%%
%% Make any changes in the Wiki itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.24.0"

\header {
%% Translation of GIT committish: af28c5f89c915fdf795739a1e2dd437c726d7f61
  texidoces = "
Encabezamiento de Indicaciones expresivas.
"

  doctitlees = "Encabezamiento de indicaciones expresivas"

  categories = "Headword"

  texidoc = "
Expressive headword.
"

  doctitle = "Expressive headword"
} % begin verbatim


% L. v. Beethoven, Op. 49 no. 1
% Piano sonata 19 - "Leichte Sonate"
% measures 1 - 12

\include "english.ly"

\new PianoStaff <<
  \new Staff = "right hand" {
    \clef treble
    \key g \major
    \time 6/8

    \partial 2
      \textMark \markup \override #'(baseline-skip . 3)
                        \column { RONDO
                                  \italic Allegro }
      d'8-. d'-. g'-. a'-. |
    b'8[( g']) e'-. e'-. a'-. b'-. |
    c''8[( a']) e''-. d''-. c''-. b'-. |
    a'8-. g'-. a'-. \acciaccatura { g'16[ a'] } bf'8 a'-. g'-. |
    fs'8[( d']) d'-. d'-. g'-. a'-. |
    % 5
    b'8[( g']) e'-. e'-. a'-. b'-. |
    c''8[( a']) e''-. d''-. c''-. b'-. |
    a'8-. g'-. a'-. << { d' g' fs' } \\
                       { d'4 c'8 } >> |
    <b g'>4-- d'8-. g'-. b'-. d''-. |
    d''8( <c'' a'>-.) <c'' a'>-. d''( <b' g'>-.) <b' g'>-. |
    % 10
    d''8( <c'' a'>-.) <c'' a'>-. d''( <b' g'>-.) <b' g'>-. |
    d''8-. <c'' a'>-. <b' g'>-. d''-. <c'' a'>-. <b' g'>-.  |
    <d'' c'' a'>4\fermata r8 r4 r8 |
  }

  \new Staff = "left hand" {
    \clef bass
    \key g \major
    \time 6/8

    \partial 2 r8 r <d' b>-. <c' a>-. |
    <b g>4 r8 r <e' c'>-. <d' b>-. |
    <c' a>4 r8 r <a fs>-. <b g>-. |
    <c' a>8-. <b d'>-. <e' c'>-. <e' cs'>4.( |
    d'4) r8 r <d' b!>-. <c'! a>-. |
    % 5
    <b g>4 r8 r <e' c'>-. <d' b>-. |
    <c' a>4 r8 r <a fs>-. <b g>-. |
    <c' a>8-. <d' b>-. <e' c'>-. <b d>4 <a d>8-. |
    <g g,>4 \tenuto r8 r4 r8 |
    r8 <d' fs>-. <d' fs>-. r <d' g>-. <d' g>-. |
    % 10
    r8 <d' fs>-. <d' fs>-. r <d' g>-. <d' g>-. |
    r8 <d' fs>-. <d' g>-. r <d' fs>-. <d' g>-. |
    <d' fs>4\fermata r8 r4 r8 |
   }
>>



% ****************************************************************
% end ly snippet
% ****************************************************************
