%% 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.11" \header { lsrtags = "headword" texidoc = " Piches headword " doctitle = "Pitches headword" } % begin verbatim % L. v. Beethoven % Piano sonata 21 - Dem Grafen von Waldstein Gewidmet % chorale at measures 34 - 40+ \include "english.ly" \new PianoStaff << % RH Staff \new Staff << % RH Voice 1 \new Voice { \set Score.currentBarNumber = #34 \voiceOne gs''2 ( ^ \markup \italic { dolce e molto ligato } fs''4 e''4 | ds''2 cs''2 ) | ds''2 ( e''4 fs''4 | 2 2 ) | \oneVoice \clef bass 2 ( 4 4 | 2 2 ) | \voiceOne b2 %( cs'4 ds'4 | \clef treble 4 %) r4 r2 } % RH Voice 2 \new Voice { \voiceTwo \override Staff.DynamicLineSpanner.staff-padding = #2.5 2 \p 4 4 | 2 e'2 | \once \override TextScript.staff-padding = #2.5 2 _ \markup \italic { cresc. } b'4 4 | b'2. ( \sf \> a'4 ) \clef bass | \break s1 \p | s1 | 4 ( 2. ) | s4 r4 r2 } >> % LH Staff \new Staff { \override Staff.SustainPedalLineSpanner.staff-padding = #5 2 ( \sustainOn 4 \sustainOff 4 | 2 2 ) \sustainOn | \clef bass \slurDown 2 ( \sustainOff 4 4 \sustainOn | \clef treble \voiceOne << { 2 2 ) } \new Voice { \voiceTwo b1 \sustainOff } >> \oneVoice | %\break \clef bass 2 ( 4 4 | 2 2 ) \sustainOn | 1 ( \sustainOff | 4 ) r4 r2 } >>