\header { % title = "Prˇludes non Mesurˇs" title = "Opus 27, No. 29" % 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 g \major \override Staff.TimeSignature #'transparent = ##t \override Score.BarNumber #'transparent = ##t \cadenzaOn % #### NOTES GO BELOW HERE #### % #### Line 1 #### d8 d1\p\trill \( \grace { e16 [ d cis ] } d8. [ g16 ] b1 \) \breathe b,8 b1\trill \( \grace { c!16 [ b a ] } b8. [ d16 ] g1 \) \breathe \bar "" \break % #### Line 2 #### c,4\f ( d16 [ c b c ) g\staccato e\staccato g\staccato c\staccato e\staccato ] g4 \( \grace { a16 [ g fis g ] } c8 [ b a g fis8. e16 ] \) cis4 \( \grace { e16 [ d cis d e \) ] } d4 \breathe \bar "" \break \override Staff.TimeSignature #'break-visibility = #end-of-line-invisible % #### Line 3 #### \cadenzaOff \override Staff.TimeSignature #'transparent = ##f \time 4/4 \once \override TextScript #'extra-offset = #'(-6.0 . 1.2) % move "Allegro" left 6.0 and up 1.2 c4\f^\markup { Allegro } ( ~ c16 b ) a\staccato g\staccato g ( fis ) a\staccato c\staccato e8.\> ( d16\! ) | d2\trill \( \grace { cis16 [ d ] } g4 \) r8. d16 | d4 ( ~ d16 c ) b\staccato a\staccato a ( gis ) b\staccato d\staccato f8.\> ( e16\! ) | e2\trill ( \grace { dis16 [ e ] } a4 ) r8 f8_\markup { \italic dolce } | \bar "|" \break % #### Line 4 #### f2 ( ~ f8 [ ees c a ) ] | bes4 ( \grace { c16 [ bes a ] } bes8. [ c16 ] d8 ) \breathe d8 [ ( ees f ) ] | \override Staff.TimeSignature #'transparent = ##t \cadenzaOn g8 [ ( s16 bes,!16 ) r16 g'8 ( s16 bes,16 ) ] r16 g'8 [ ( bes a g ) ] \bar "|" \cadenzaOff f2 ( d4 ) r4 | \bar "|" \break % #### Line 5 #### d4 ( \grace { e!16 [ d cis ] } d8 [ e f fis g gis ] | a2 e4 ) r4 | c4 ( \grace { d16 [ c b ] } c8 [ d ees e f fis ] | g2 d4 ) r4 | \bar "|" \break % #### Line 6 #### bes8\f\staccato ees\staccato g4.\> ( f8\! [ c d ) ] | ees8\staccato bes\staccato g'4.\> ( f8\! [ aes d, ) ] | ees8\staccatissimo g4\> ees8\staccatissimo\! d\staccatissimo g4\> \breathe d8\! | \bar "|" \break % #### Line 7 #### cis1\p\trill ( | e!8 [ d c! b! ) ] a ( [ g fis! g ) ] | dis8 ( [ e a c ] dis [ e fis g ) ] | g8 ( [ b, e8. d!16 ) ] d8 ( [ cis c a ) ] | \bar "|" \break % #### Line 8 #### g4 r4 d'16\f ( [ cis e d ) ] c!\staccato [ b\staccato a\staccato g\staccato ] | dis4\rfz\> ( e8\! ) r8 d'16 ( [ cis e d ) ] c!\staccato [ b\staccato a\staccato g\staccato ] | dis4\rfz\> ( e8\! ) r8 e16 ( [ fis ) g\staccato a\staccato ] b ( [ c ) d!\staccato e\staccato ] | \bar "|" \break % #### Line 9 #### e16\> ( [ d cis d\! ] cis [ d e d ) ] d16\> ( [ c b c ] b [ c\! d c ) ] | ais4 ( b8 ) r8 d16 ( [ cis e d ) ] c\staccato [ b\staccato a\staccato g\staccato ] dis4\rfz\> ( e8\! ) r8 d'!16 ( [ cis e d ) ] c\staccato [ b\staccato a\staccato g\staccato ] | \bar "|" \break % #### Line 10 #### dis4\rfz\> ( e8\! ) r8 e16 ( [ fis ) g\staccato a\staccato ] b ( [ c ) d!\staccato e\staccato ] | e16 ( [ d cis d ] g [ fis ) e\staccato d ( ] fis [ e ) d\staccato c ] b ( [ a ) g\staccato fis\staccato ] | g8 ( [ a16 ) b\staccato ] c\staccato [ d\staccato e\staccato fis\staccato ] g8 r8 r4 | \bar "|." % #### NOTES GO ABOVE HERE #### % \cadenzaOff } \score { \new Staff \melody % \layout { } }