\header { filename = "aria.ly" title = "ARIA" subtitle = "Extrait de la suite d'Orchestre en Ré majeur" composer = "J.S Bach (1685-1750)" enteredby = "Nathalie Ott" copyright = "Public Domain" tagline = "Public Domain" } %{ Tested Features: %} \version "1.3.146" global = \notes { \clef violin \key d \major \property Staff.TimeSignature \override #'style = #'() \time 4/4 } \paper { indent=0 interscorelinefill=1 } violin = \context Voice=treble \notes \relative c''{ fis1\<( fis1 )\! fis4\( [b8( )g] [ e d cis \)d\> ] cis4.^\trill( )b8 \! a2 a'1\( \< ( [)a8 \)fis \!cis( )b\>] [e( )dis a'( \!)g] g1\( \< ( )g8 \!\)e b( )a\> [d( )cis g'( \!)fis] \property Voice.crescendoText = "cresc." \property Voice.crescendoSpanner = #'dashed-line fis2.\< [gis8( )a] d,4 [d16( e )fis8] [fis8( )e e( )d] [\! cis8( )b b16( cis )d8] d4( \> [cis8 \! )b8] a1 \p \bar ":|" cis2\( ( [)cis8 d16 cis16 b16 d16 \)a8] a'2.( )c,4 b4\( \< b'( [)\)b8 \! a( g )fis] fis8\( g4.( [)\)g16 \> fis( e d cis8 \! )b] [ais8\p b] cis4\(( )cis [\)d8 e\((] )e4 [\)fis8 g(] )g4 fis [e8\f( )d cis( )b] [cis( \> d16 e d8 )cis] \! b1 d2\p( [)d8 fis( e )d] b'2. \< [a8( \! )gis] [fis16( e a8] )a,4 b4.( [cis16 )d] cis4.^\trill b8 a2 \property Voice.crescendoText = "cresc." \property Voice.crescendoSpanner = #'dashed-line d2.\( \< [fis8( ) \)e] e2. \( [g8( ) \)fis] fis2. [\! a8( )g] g1\f \> \! a,2 ( [)a8 cis( e )g] [g( )e] fis4( )fis4 [fis8 g16 a] d,2\< ( [)d8 fis( a \! )c] c4\f b2( )d,4 [cis8( )e] g2 b,4 a4 [e'8\( fis16 g(] )\)g8 fis4( )e8 d16( cis b4 )cis8 cis4^\trill\(( [)cis8 \)d] d1^\fermata \bar ":|" } \score { \context GrandStaff < \context Staff = violin < \global \violin > > }