%% Generated by lilypond-book.py
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,quote]
\include "lilypond-book-preamble.ly"


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



\paper {
  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 "text-headword.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it is automatically
%% generated from LSR http://lsr.dsi.unimi.it
%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
%% and then run scripts/auxiliar/makelsr.py
%%
%% This file is in the public domain.
\version "2.14.2"

\header {
  lsrtags = "headword"

  texidoc = "
Text headword

"
  doctitle = "Text headword"
} % begin verbatim

\include "english.ly"

% NR 1.8 Text

% L. v. Beethoven, Op. 110
% Piano sonata 31
% measures 1 - 7

\layout {
  \context {
    \Score
    \override SpacingSpanner #'base-shortest-duration =
    #(ly:make-moment 1 20)
  }
}

\new PianoStaff <<

  % RH staff
  \new Staff {
    \clef treble
    \key af \major
    \time 3/4

    \once \override TextScript #'staff-padding = #4
    <c'' af'>4. (
    _ \markup { \dynamic p \italic { con amabilità } }
    <af' ef'>8 )
    <af' ef'>8. [
    <af' ef'>16 ]

    |

    <df'' g'>4
    <bf' g'>2
    _ \markup { \italic { ten. } }

    |

    <<

      \new Voice {
        \voiceOne
        ef''4. (
        df''8 [ )
        ef'' (
        f'' ) ]

        |

        \once \override TextScript #'staff-padding = #4
        ef''8. (
        _ \markup { \italic { tranqu. } }
        d''16 )
        df''8 \trill \fermata
        _ \markup { \italic { ten. } }
      }

      \new Voice {
        \voiceTwo
        af'4.
        af'8 [
        af'8
        af'8 ]

        |

        g'4
        g'8
      }

    >>

    \oneVoice
    \once \override TextScript #'staff-padding = #4
    df''32
    _ \markup { \italic dolce }
    c''32
    df''32
    ef''32
    \acciaccatura { df''[ ef'' ] }
    f''8
    ef''16
    df''16

    |
    \break
    \overrideProperty "Score.NonMusicalPaperColumn"
    #'line-break-system-details #'((alignment-distances . (12)))

    c''4. (
    ^ \markup \italic { cantabile, con intimissimo sentimento,
      ma sempre molto dolce e semplice }
    ef''4
    af''8 )

    |

    af''4 (
    g''2 )

    |

    bf''4. (
    g''4
    ef''8 )

    |
  }

  % LH
  \new Staff {
    \clef bass
    \key af \major
    \time 3/4

    <ef af,>4. (
    <ef c>8 )
    <ef c>8. [
    <ef c>16 ]

    |

    <ef bf,>4
    <ef df>2 ^ \markup { \italic ten. }

    |

    <<

      \new Voice {
        \voiceOne
        ef8 [ (
        af8
        c'8
        bf8 )
        c'8 ( \staccato
        df'8 ]  ) \staccato

        |

        bf4
        bf8 ^ \markup { \italic ten. }
      }

      \new Voice {
        \voiceTwo
        c4. (
        f8 [ )
        ef8 ( \staccato
        df8 ] ) \staccato

        |

        ef4
        ef8 \fermata
      }

    >>

    \oneVoice
    r8
    r4
    \clef treble

    |

    \override Staff.SustainPedalLineSpanner #'outside-staff-priority = #1000
    \override Staff.SustainPedalLineSpanner #'staff-padding = #7
    \once \override TextScript #'padding = #2
    af16 \sustainOn
    ^ \markup \italic { non staccato }
    _ \markup \italic { molto \concat { \dynamic { p } , } sempre tranquillo
      ed egualmente, non rubato }
    <ef' c'>16
    <ef' c'>16
    <ef' c'>16
    af16
    <ef' c'>16
    <ef' c'>16
    <ef' c'>16
    af16 \sustainOn
    <ef' c'>16
    <ef' c'>16
    <ef' c'>16

    |

    bf16 \sustainOn
    <ef' df'>16
    <ef' df'>16
    <ef' df'>16
    bf16 \sustainOn
    <ef' df'>16
    <ef' df'>16
    <ef' df'>16
    bf16
    <ef' df'>16
    <ef' df'>16
    <ef' df'>16

    |

    \override Staff.SustainPedalLineSpanner #'staff-padding = #4
    df'16 \sustainOn
    <bf' g' ef'>16
    <bf' g' ef'>16
    <bf' g' ef'>16
    df'16
    <bf' g' ef'>16
    <bf' g' ef'>16
    <bf' g' ef'>16
    df'16 \sustainOn
    <bf' g' ef'>16
    <bf' g' ef'>16
    <bf' g' ef'>16

    |
  }

>>



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