%% 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.5" \header { lsrtags = "headword" texidoc = " Repeats headword " doctitle = "Repeats headword" } % begin verbatim % Beethoven, Op. 57 % Piano sonata 23 - Dem Grafen Franz von Brunswick Gewidmet % Movt II, Andante con moto % Measures 9 - 16 \include "english.ly" \new PianoStaff << \new Staff = RH { \clef bass \key df \major \time 2/4 \set Score.currentBarNumber = #9 \bar ".|:" 4 ( 8.. 32 | 8. ) 16 ( 8 8 ) | 4 ( 8.. 32 | 8. ) \slurDown 16 ( << { \voiceTwo gf8 f8 ) } \new Voice { \voiceOne 16 ef'16 8 } >> \oneVoice | 4 ( 8.. 32 \clef treble | 8. ) 16 ( 16 gf'16 8 ) | \slurUp 4 \change Staff = LH \voiceOne 4 | 4. \change Staff = RH \oneVoice r8 \clef bass \bar ":|." } \new Staff = LH { \clef bass \key df \major \time 2/4 4 ( 8.. 32 | 8. ) 16 ( 8 8 ) | 4 ( 8.. 32 | 8. ) 16 ( 8 ) | 4 ( 8.. 32 | 8. ) 16 ( 8 8 ) | \voiceTwo gf,4 ( af,4 ~ ) | af,16. [ ( gf,32 f,16. ef,32 ] df,8 ) \oneVoice r8 } >>