To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

Liebesträume (German for Dreams of Love) is a set of three solo piano nocturnes (S.541/R.211) by Franz Liszt published in 1850.[1] Originally the three Liebesträume were conceived as lieder after poems by Ludwig Uhland and Ferdinand Freiligrath. In 1850 two versions appeared simultaneously as a set of songs for high voice and piano, and as transcriptions for piano two-hands.[2]

The two poems by Uhland and the one by Freiligrath depict three different forms of love.[2] Uhland's "Hohe Liebe" (exalted love) is saintly or religious love: the "martyr" renounces worldly love and "heaven has opened its gates". The second song "Seliger Tod" (blessed death) is often known by its first line ("Gestorben war ich", "I had died"), and evokes erotic love; ("I was dead from love's bliss; I lay buried in her arms; I was wakened by her kisses; I saw heaven in her eyes"). Freiligrath's poem for the third nocturne is about unconditional mature love ("Love as long as you can!",Liszt composed love dream for Marie Dupplesis, after she passed away, she was the first woman who he had loved."O lieb, so lang du lieben kannst").

YouTube Encyclopedic

  • 1/3
    Views:
    20 332 664
    403 566
    1 497 405
  • Franz Liszt - Liebestraum - Love Dream
  • Liebestraum No. 3 // LISZT
  • Liszt: Liebestraum No. 3, Notturno (Barenboim)

Transcription

Liebestraum No. 3

Liebestraum No. 3 in A-flat major is the most familiar of the three nocturnes and is in three sections, each divided by a fast cadenza requiring dexterous fingerwork and a high degree of technical ability. One melody is used throughout, and varied, notably near the middle of the nocturne, at a climax, where it is played in a series of octaves and then rendered in arpeggios. A sample from the opening bars,[2] adapted from the first edition engraving (1850),[3] follows:


\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 = {
  \tempoMark
  \key as \major
  \time 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
  <<
    \relative c' \voiceA
    \\
    \relative c' \voiceB
  >>
}

left = {
  \global
  <<
    \relative c \voiceC
    \\
    \relative c \voiceD
    \new Dynamics {
      s4 | \repeat unfold 2 { s4\sustainOn s1 s8 s8\sustainOff | }
    }
  >>
}

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

References

  1. ^ "Liebesträume, S.541 (Liszt, Franz)" (PDF). imslp.org. Retrieved 8 February 2022.
  2. ^ a b c "Liebestraume by Liszt: A Musical Journey". pianotv.net. 27 August 2016. Retrieved 8 February 2022.
  3. ^ Liebesträume, S. 541

External links

This page was last edited on 31 May 2024, at 19:37
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.