%% Generated by lilypond-book %% Options: [fragment,alt=[image of music],ragged-right,indent=0\mm] \include "lilypond-book-preamble.ly" % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) ragged-right = ##t indent = 0\mm force-assignment = #"" line-width = #(- line-width (* mm 3.000000)) } \layout { } { % **************************************************************** % ly snippet contents follows: % **************************************************************** \sourcefileline 9 { \new PianoStaff << \new Staff = "up" \relative c'' { \time 6/8 % begin inserting notes here \once \override TextScript #'padding = #1 16^\markup { \center-align { \bold { " Presto" } } } % m. 1 \change Staff = down \change Staff = up % m. 1 \change Staff = down \change Staff = up % m. 1 \change Staff = down \change Staff = up 8 % m. 1 \change Staff = down \change Staff = up % m. 1 16[ \change Staff = down \change Staff = up % m. 2 \change Staff = down \change Staff = up % m. 2 \change Staff = down ] \change Staff = up 8 % m. 2 \change Staff = down \change Staff = up % m. 2 es'2.-> ~ | % m. 3 } \new Staff = "down" \relative c { \override DynamicLineSpanner #'staff-padding = #3 s2.^\ff s2. % mm. 1-2 spacers so upper voice can cross over to this staff \clef bass e,!8( b'-.) ais-. f'-. e?-. ais,-. % m. 3 } >> } % **************************************************************** % end ly snippet % **************************************************************** }