1%% DO NOT EDIT this file manually; it is automatically
2%% generated from LSR http://lsr.di.unimi.it
3%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4%% and then run scripts/auxiliar/makelsr.py
5%%
6%% This file is in the public domain.
7\version "2.23.2"
8
9\header {
10  lsrtags = "headword"
11
12  texidoc = "
13Text headword
14
15"
16  doctitle = "Text headword"
17} % begin verbatim
18
19%% http://lsr.di.unimi.it/LSR/Item?id=829
20%% see also http://lilypond.org/doc/v2.18/Documentation/notation/text
21
22% NR 1.8 Text
23
24% L. v. Beethoven, Op. 110
25% Piano sonata 31
26% measures 1 - 7 (following Henle Urtext edition)
27
28\include "english.ly"
29
30\new PianoStaff <<
31  % upper staff
32  \new Staff {
33    \clef treble
34    \key af \major
35    \time 3/4
36    \tempo "Moderato cantabile molto espressivo"
37
38    <c'' af'>4.( <af' ef'>8 ) q8.[ q16] |
39    <df'' g'>4 <bf' g'>2 |
40    <af' ef''>4.( <af' df''>8[) <af' ef''>-.( <af' f''>-.)] |
41    << { ef''8.[( d''16]) df''8\trill\fermata ~
42           \oneVoice df''32[ c'' df'' ef''] }\\
43       { g'4 g'8 s } >>
44     \grace { df''32[ ef''] } f''8[ ef''16 df''] |
45%
46% 5
47%
48    c''4.( ef''4 af''8) |
49    af''4( g''2) |
50    bf''4.( g''4 ef''8) |
51  }
52
53
54  \new Dynamics {
55    s2.-\tweak padding #-1
56       -\tweak baseline-skip #0
57       -\markup \center-column {
58                  \line { \dynamic p \italic { con amabilità } }
59                  \line { \hspace #3 (sanft) } } |
60    s2. |
61    s2.\< |
62    s8..\p s32\< s16..\> s64\! s8 s4\> |
63%
64% 5
65%
66    s2.*3\! |
67  }
68
69
70  % lower staff
71  \new Staff {
72    \clef bass
73    \key af \major
74    \time 3/4
75
76    <af, ef>4. \stemUp <c ef>8 q8.[ q16] \stemNeutral |
77    <bf, ef>4 <df ef>2 |
78    << { ef8[( af c' bf) c' df'] } \\
79       { c4.( f8[) ef8-.( df-.]) } >> |
80    <ef bf>4 q8_\fermata r r4 | \clef treble
81%
82% 5
83%
84    af16[ <c' ef'> q q] af[ <c' ef'> q q] af[ <c' ef'> q q] |
85    bf16[ <df' ef'> q q] bf[ <df' ef'> q q] bf[ <df' ef'> q q] |
86    df'16[ <ef' g' bf'> q q] df'[ <ef' g' bf'> q q]
87      df'[ <ef' g' bf'> q q] |
88  }
89>>
90