Advertisement
Guest User

Untitled

a guest
Mar 5th, 2013
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.75 KB | None | 0 0
  1. \version "2.16.2"
  2. \paper {
  3.  indent = 0.5\cm
  4. }
  5.  
  6. #(set-global-staff-size 16)
  7. \score {
  8.  \relative d'' {
  9.     \key g \minor
  10.     \time 3/4
  11.     << {
  12.       d4.-1^\markup{\center-align \bold Adagio} g8--(-3 fis---3 es--)
  13.     } \\ {
  14.       \set tupletSpannerDuration = #(ly:make-moment 1 8)
  15.       \set baseMoment = #(ly:make-moment 1 24)
  16.       \set subdivideBeams = ##t
  17.       \times 8/12 {
  18.         \set fingeringOrientations = #'(up)
  19.         g,64--([_\p <bes-2>_\markup{\italic{la medolia ben cantando}} g bes
  20.         g-- bes g bes g-- bes g bes]
  21.  
  22.         g--[ bes g bes g-- bes g bes g bes g bes]
  23.         g[ bes g bes g bes g bes g bes g bes)]
  24.  
  25.         \override TupletNumber #'stencil = ##f
  26.         g([ es'-4 g, es' g, es' g, es' g, es' g, es']
  27.         g,[ d'-4 g, d' g, d' g, d' g, d' g, d']
  28.         g,[ c g c g c g c g c g c)]
  29.       }
  30.     } >>
  31.     |
  32.     << {
  33.       d4. d8---2( c---2 bes--)
  34.     } \\ {
  35.       \times 8/12 {
  36.         \repeat tremolo 6 { g64( bes }
  37.         \repeat tremolo 6 { g bes }
  38.         \repeat tremolo 6 { g bes) }
  39.         \repeat tremolo 6 { f(-1 a }
  40.         \repeat tremolo 6 { es-1 g }
  41.         \repeat tremolo 6 { d f) }
  42.       }
  43.     } >>
  44.     |
  45.     << {
  46.       a4.---2 c8--( a-- g---1)
  47.     } \\ {
  48.       \times 8/12 {
  49.         \repeat tremolo 6 { c,64(-1 es }
  50.         \repeat tremolo 6 { c es }
  51.         \repeat tremolo 6 { c es) }
  52.         \repeat tremolo 6 { c( es }
  53.         \repeat tremolo 6 { cis e }
  54.         \repeat tremolo 6 { cis-2 e)-4 }
  55.       }
  56.     } >>
  57.     |
  58.     << {
  59.       \set tupletSpannerDuration = #(ly:make-moment 1 8)
  60.       \set baseMoment = #(ly:make-moment 1 24)
  61.       \set subdivideBeams = ##t
  62.       \override TupletNumber #'stencil = ##f
  63.       \times 8/12 {
  64.         \repeat tremolo 6 { g64(-1 bes }
  65.         \repeat tremolo 6 { g bes }
  66.         \repeat tremolo 6 { fis-1 a-3) }
  67.         \repeat tremolo 6 { es(-1 a }
  68.         \repeat tremolo 6 { d, g }
  69.         \repeat tremolo 6 { d fis!)-3 }
  70.       }
  71.     } \\ {
  72.       d4.-2 c!8--(-3 bes-- a--)
  73.     } >>
  74.     |
  75.  }
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement