%% 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 "expressive-headword.ly" \sourcefileline 0 \version "2.11.61" \include "english.ly" #(set-global-staff-size 15) \paper { line-width = 16\cm indent = 0\cm } % NR 1.3 Expressive marks % L. v. Beethoven, Op. 49 no. 1 % Piano sonata 19 - "Leichte Sonate" % measures 1 - 12 %\layout { % \context { % \Score % \override SpacingSpanner #'base-shortest-duration = % #(ly:make-moment 1 20) % } %} \new PianoStaff << % RH Staff \new Staff { \clef treble \key g \major \time 6/8 \partial 2 \once \override TextScript #'staff-padding = #2 d'8 \staccato ^ \markup { \column { RONDO \italic Allegro } } d'8 \staccato g'8 \staccato a'8 \staccato | b'8 [ ( g'8 ] ) e'8 \staccato e' \staccato a'8 \staccato b'8 \staccato | c''8 [ ( a'8 ] ) e''8 \staccato d''8 \staccato c''8 \staccato b'8 \staccato | a'8 \staccato g'8 \staccato a'8 \staccato \acciaccatura { g'16 [ a'16 ] } bf'8 a'8 \staccato g'8 \staccato | fs'8 [ ( d'8 ] ) d'8 \staccato d'8 \staccato g'8 \staccato a'8 \staccato | b'8 [ ( g'8 ] ) e'8 \staccato e'8 \staccato a'8 \staccato b'8 \staccato | c''8 [ ( a'8 ] ) e''8 \staccato d''8 \staccato c''8 \staccato b'8 \staccato | a'8 \staccato g'8 \staccato a'8 \staccato << { \voiceOne d'8 g'8 fs'8 \oneVoice } \new Voice { \voiceTwo d'4 c'8 \oneVoice } >> | 4 \tenuto d'8 \staccato g'8 \staccato b'8 \staccato d''8 \staccato | d''8 ( 8 \staccato ) 8 \staccato d''8 ( 8 \staccato ) 8 \staccato | d''8 ( 8 \staccato ) 8 \staccato d''8 ( 8 \staccato ) 8 \staccato | d''8 \staccato 8 \staccato 8 \staccato d'' \staccato 8 \staccato 8 \staccato | 4 \fermata r8 r4 r8 } % LH Staff \new Staff { \clef bass \key g \major \time 6/8 \partial 2 r8 r8 8 \staccato 8 \staccato | 4 r8 r8 8 \staccato 8 \staccato | 4 r8 r8 8 \staccato 8 \staccato | 8 \staccato 8 \staccato 8 \staccato 4. ( | d'4 ) r8 r8 8 \staccato 8 \staccato | 4 r8 r8 8 \staccato 8 \staccato | 4 r8 r8 8 \staccato 8 \staccato | 8 \staccato 8 \staccato 8 \staccato 4 8 \staccato | 4 \tenuto r8 r4 r8 | r8 8 \staccato 8 \staccato r8 8 \staccato 8 \staccato | r8 8 \staccato 8 \staccato r8 8 \staccato 8 \staccato | r8 8 \staccato 8 \staccato r8 8 \staccato 8 \staccato | 4 \fermata r8 r4 r8 } >> % **************************************************************** % end ly snippet % ****************************************************************