愛の夢

フランツ・リスト作曲のピアノ曲 From Wikipedia, the free encyclopedia

愛の夢』(あいのゆめ、:: Liebesträume)は、フランツ・リストが作曲した3曲から成るピアノ曲。サール番号541。「3つの夜想曲」(みっつのやそうきょく)という副題を持つ。第3番は特に有名。

もともと歌曲として作曲した3つの曲を1850年に作曲者自身がピアノ独奏版に編曲したものである。原曲については曲目の括弧内参照。


header {
  tagline = ##f
}

tempoMark = {
  once override Score.RehearsalMark #'self-alignment-X = #-1
  once override Score.RehearsalMark #'break-align-symbols = #'(time-signature key-signature)
  once override Staff.TimeSignature #'break-align-anchor-alignment = #-1
  mark markup bold "Poco Allegro, con affetto."
}

global = {
  	empoMark
  key as major
  	ime 6/4
  partial 4
}

parallelMusic #'(voiceA voiceB voiceC voiceD) {
  % Anacrusis
  r4   |
  s4   |
  ees4 |
  r4   |
  
  % Bar 1
  r8 ees [( aes c aes ees)] r ees [( aes c aes ees)] |
  c2.                         s                          |
  aes,4      s     s          c'2.                       |
  s4         r     r          r2.                        |
  
  % Bar 2
  r8 e   [( bes' c bes e,  )] r e   [( bes' c bes e,  )] |
  c2.                       ( c2  )              s4          |
  s2.                         s2                 c4          |
  g4         r     r          r2.                            |
}

right = {
  global
  <<
    
elative c' voiceA
    
    
elative c' voiceB
  >>
}

left = {
  global
  <<
    
elative c voiceC
    
    
elative c voiceD
    
ew Dynamics {
      s4 | 
epeat unfold 2 { s4sustainOn s1 s8 s8sustainOff | }
    }
  >>
}

score {
  
ew PianoStaff <<
    
ew Staff = "right" with {
      midiInstrument = "acoustic grand"
    } 
ight
    
ew Staff = "left" with {
      midiInstrument = "acoustic grand"
    } { clef bass left }
  >>
  layout { }
  midi {
    context {
      Score
      tempoWholesPerMinute = #(ly:make-moment 100 4)
    }
  }
}

外部リンク

Related Articles

Wikiwand AI