\header { % title = "Prˇlude non mesurˇs, Opus 27, No. 34" title = "Opus 27, No. 34" % composer = "Jacques Fran¨ois Gallay (1795 - 1864)" % arranger = "Scott Russell, editor" composer = "J.-F. Gallay / S. Russell, editor" } \version "2.11.2" melody = \relative c'' { \key a \major \override Staff.TimeSignature #'transparent = ##t \override Score.BarNumber #'transparent = ##t \cadenzaOn % #### NOTES GO BELOW HERE #### % #### Line 1 #### e2 ( d8 ) d4 ( cis \grace { d16 [ cis b cis ] } e8 [ d cis8. b16 ) ] b4 ( a ) \breathe cis4 ( \grace { d16 [ cis b cis d ) ] } dis4\> ( e8\! ) [ cis ] a4 \breathe \bar "" \break % #### Line 2 #### cis4 ( \grace { d16 [ cis b cis ) ] } d16 [ e fis ] fis4\> ( g8 ) [ e\! cis ] a4 \breathe g4\< ( \grace { a16 [ g fis g ) ] } a16 [ cis e ] g!4\> g16 [ ( fis ) fis ( e ) e ( d ) d ( cis\! ) cis ( b ) b ( a ) a ( g! ) g ] fis4 ( \grace { a16 [ g ) ] } fis4 \breathe \bar "" \break % #### Line 3 #### d'4. cis8 cis4 ( b8 ) d16 ( [ cis e d cis b ) ] a4 ( gis16 [ a b cis d dis ) ] e4. ( d8 ) d4 ( cis8 ) \breathe \override Staff.TimeSignature #'break-visibility = #end-of-line-invisible % \override Staff.KeySignature #'break-visibility = #end-of-line-invisible \bar "" \break % #### Line 4 #### cis8 [ cis cis ] \bar "||" \set Staff.printKeyCancellation = ##f % removes natural signs during the key change \revert Staff.TimeSignature #'transparent \cadenzaOff \time 4/4 \key f \major \once \override TextScript #'extra-offset = #'(-3.0 . 1.0) c!2^\markup { \italic Moderato } ~ c8 [ c ( ] \times 2/3 { e [ d ) c ] } | c2 ( a4 ) \breathe a8 bes | c8 ( [ d32 c b c ] d8 e g8 [ f e f ) ] | \cadenzaOn cis2 ( d4 ) \breathe d8.\> ( c16\! ) \bar "|" \break % #### Line 5 #### \cadenzaOff g4 d'8.\> ( c16\! ) g4 d'8.\> ( c16\! ) | bes4 ( a8 ) c f4 \breathe d8.\> ( c16\! ) | g4 d'8.\> ( c16\! ) g4 d'8.\> ( c16\! ) | \cadenzaOn bes4 ( a8 ) c f4 \breathe f8.\> ( e16\! ) \bar "|" \break % #### Line 6 #### \cadenzaOff b4 f'8.\> ( e16\! ) b4 f'8.\> ( e16\! ) | d4 ( c8 ) b a2 ~ | a8 \breathe gis\> [ a b ] c [ cis d dis\! ] | e2 ~ e8 [ f\> e d\! ] | e2 ~ e8 [ f\> e d\! ] | \cadenzaOn e2 \breathe \bar "" \break % #### Line 7 #### e2\p ( \bar "|" \cadenzaOff dis2 d2 ) \bar "||" \key a \major \once \override TextScript #'extra-offset = #'(-2.0 . 0) cis2_\markup { \italic dolce } ( e8 [ d cis ) b ] | b2 ( a8 ) \breathe a8 [ b cis ] | d4. ( \grace { e16 [ d cis d ] } e8 fis8 [ e d ) cis ] | cis2 ( b8 ) \breathe b8 [ cis d ] | \break % #### Line 8 #### e4 ( cis ) d ( \grace { e16 [ d cis d ] } e8 fis ) | e4 ( cis ) d ( \grace { e16 [ d cis d ] } e8 fis ) | e2 ~ e8 \breathe d8 [ cis b ] | b4 ( ais4. ) cis8\< [ e ( g ) ] | g4.\> ( fis8\! ) e8 ( [ d ) cis b ] | e2 ~ e8 \breathe cis8 [ a fis ] | \break % #### Line 9 #### fis8 ( e cis'2 b4 ) | a2 ~ a8 \breathe a8 [ b cis ] | d4 ( \grace { e16 [ d cis ] } d8 e ) f4 ( gis, ) | a2 ~ a8 \breathe a8 [ b cis ] | \break % #### Line 10 #### d4. ( \grace { e16 [ d cis d ] } e8 ) fis!4 ( gis, ) | a4 r8. e'16 e4. ( d8 ) | cis4 r8. e16 e4.\> ( gis,8\! ) | a2 cis2\pp | a1 \bar "|." % #### NOTES GO ABOVE HERE #### \cadenzaOff } \score { \new Staff \melody % \layout { } }