%% 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 "rhythms-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.17.15"

\header {
  lsrtags = "headword"

  texidoc = "
Rhythms headword

"
  doctitle = "Rhythms headword"
} % begin verbatim

% Beethoven, Op. 81a
% Piano sonata 26 - Das Lebewohl
% Movt II - Abwesenheit
% Measures 31 - 34

\include "english.ly"

\layout {
  \context {
    \Score
    \override SpacingSpanner.base-shortest-duration =
      #(ly:make-moment 1/40)
      %\override SpacingSpanner.strict-grace-spacing = ##t
  }
}

\new PianoStaff <<

   % RH Staff
   \new Staff {
      \clef treble
      \key c \minor
      \time 2/4
      \set Score.currentBarNumber = #31

      <c''' c''>8 ( -\markup {
        \override #'(baseline-skip . 2) \italic \column {
          \line { a tempo }
          cantabile
        }
      }
      <g'' g'>8 )
      ~
      <g'' g'>8 (
      <a'' a'>16
      <f'' f'>16 )

      |

      \afterGrace
         <f'' f'>8 [ (
         {
            e''16 [
            f''16
            e''16
            d''16 ]
         }
      <e''! e'>16
      <f'' f'>16 ] )
      \once \override TextScript.padding = #3.8
      <g'' g'>16 ( \staccato -\markup { \italic cresc. }
      <a'' a'>16 ) \staccato
      <bf'' bf'>32  (
      <b'' b'>32 )
      <b'' b'>32 (
      <c''' c''>32 )

      |

      \once \override DynamicLineSpanner.padding = #2
      b''32 ( \p \>
      c'''32
      d'''32
      c'''32 ) \!
      g''8 (
      ~
      g''32 [
      a''64
      g''64 ) ]

      a''64 ( [
      g''64 )
      bf''64 (
      a''64 ) ]

      bf''64 ( [
      a''64 )
      c'''64 (
      b''64 ) ]

      c'''128 ( [
      b''128
      d'''128
      c'''128
      f'''64
      f''64 ) ]

      |

      \afterGrace
         <f'' f'>8 [ (
         {
            e''16 [
            f''16
            e''16
            d''16 ]
         }
      <e''! e'>16
      <f'' f'>16 ] )
      <g'' g'>16 ( \staccato -\markup { \italic cresc. }
      <af''! af'!>16 ) \staccato
      <bf'' bf'>32  (
      <b'' b'>32 )
      <b'' b'>32 (
      <c''' c''>32 )
   }

   % LH Staff
   \new Staff {
      \clef bass
      \key c \minor
      \time 2/4

      <g e>32
      c'32
      <g e>32
      c'32

      <g e>32
      c'32
      <g e>32
      c'32

      <g e>32
      c'32
      <g e>32
      c'32

      <a f>32
      c'32
      <a f>32
      c'32

      |

      <bf g>32
      c'32
      <bf g>32
      c'32

      <bf g>32
      c'32
      <bf g>32
      c'32

      <bf g>32
      c'32
      <a f>32
      c'32

      <g e>32
      c'32
      <g e>32
      c'32

      |

      <g e>32
      c'32
      <g e>32
      c'32

      <g e>32
      c'32
      <g e>32
      c'32

      <g e>32
      c'32
      <g e>32
      c'32

      <a f>32
      c'32
      <a f>32
      c'32

      |

      <bf! g>32
      c'32
      <bf g>32
      c'32

      <bf g>32
      c'32
      <bf g>32
      c'32

      <bf g>32
      c'32
      <af! f>32
      c'32

      <g e>32
      c'32
      <g e>32
      c'32
   }

>>



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