%% Generated by lilypond-book.py %% Options: [quote,alt=[image of music],indent=0\mm] \include "lilypond-book-preamble.ly" % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) line-width = 160\mm - 2.0 * 0.4\in indent = 0\mm force-assignment = #"" line-width = #(- line-width (* mm 3.000000)) } \layout { } % **************************************************************** % ly snippet: % **************************************************************** \sourcefilename "repeats-headword.ly" \sourcefileline 0 \version "2.12.0" \include "english.ly" #(set-global-staff-size 15) \paper { line-width = 16\cm indent = 0\cm } % NR 1.7 Repeats % Beethoven, Op. 57 % Piano sonata 23 - Dem Grafen Franz von Brunswick Gewidmet % Movt II, Andante con moto % Measures 9 - 16 \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 } >> % **************************************************************** % end ly snippet % ****************************************************************