File:Rachmaninow Prelude Cis Moll Lilypond.svg

Original file(SVG file, nominally 1,052 × 744 pixels, file size: 213 KB)

Captions

Captions

Add a one-line explanation of what this file represents

The pdf-version can be found here: http://upload.wikimedia.org/wikipedia/commons/1/18/RachmaninowLilypond.pdf RachmaninowLilypond

Summary edit

Description
English: Rachmaninoff's Prelude in C-sharp minor, Op. 3, No. 2; the recapitulation of the theme, in four staves. Engraved by Lilypond
Date
Source Lilypond
Author The Ski
Permission
(Reusing this file)
The music featured is Rachmaninoff's, whose copyright has expired. This version is released to public domain by the version creator.
Other versions

Derivative works of this file:

Lilypond-Datei: edit
\version "2.14.2"
\language "deutsch"

\header {
  %title = "Cis-Moll-Prélude"
  %subtitle = "op. 3 no. 2"
  %composer = "Sergei Rachmaninow"
  tagline = ""  % removed 
}

\paper {
  paper-height = 11.0\cm
  paper-width = 14.8\cm
  indent = #5
}

\layout {
  \context {
    \Score
    \remove "Bar_number_engraver"
    
  }
}

global = {
  \key cis \minor
  %\override Staff.TimeSignature #'transparent = ##t
  \time 4/4
  \tempo "Tempo I"
  \set Staff.extraNatural = ##f
}

sffff =
#(make-dynamic-script
  (markup
    #:line(  #:dynamic "sffff")))

rightPianoI = \relative c' {
  \global
 r8  \fff<cis' e gis cis>->  <e gis h e>->  <dis fisis ais dis>->  r <d fis his d>->[  r <his dis fis his>-> ]      | % 1
    r  <cis e gis cis>-> \sffff <e gis h e>-> <dis fisis ais dis>->  r <d fis his d>-> [ r <his dis fis his>->] |
  
}

leftPianoI = \relative c' {
  \global 
   <cis, e gis cis>2-> ^\markup {  \halign #3.1  \italic "m.d."}   <a' a'>4->  
      ^\markup {\null \right-align \raise #1.5 \italic "pesante"} <gis gis'>->        |% 1
    <cis, e gis cis>2->   <a' a'>4->  <gis gis'>->  |
  
  
}

rightPianoII = \relative c {
  \global
r8  \fff <e gis cis e>->   <gis h e gis>->  <fisis ais dis fisis>->  
    r <fis his d fis>->[  r <dis fis his dis>->]        | % 1
    r <e gis cis e>-> \sffff <gis h e gis>->  <fisis ais dis fisis>->  
    r <fis his d fis>->[  r <dis fis his dis>-> ] | 
}

leftPianoII = \relative c {   
  \global
 <cis,, e gis cis>2-> ^\markup { \halign #3.4 \italic "m.s."}  <a' a'>4->   
    ^\markup {\null \right-align \raise #1.5 \italic "pesante"} <gis gis'>->     | % 1
    <cis, e gis cis>2->    <a' a'>4->   <gis gis'>->  |
  
}

pedal = {
 \global
 \override SustainPedal #'X-offset = #-1
s2\sustainOn s4\sustainOff \sustainOn s \sustainOn | s2\sustainOn s4\sustainOff \sustainOn s \sustainOn |
}

pianoIPart = \new PianoStaff \with {
  %instrumentName = "Klav. I"
} <<
  \new Staff = "right" \with {
    midiInstrument = "acoustic grand"
  } \rightPianoI
  \new Staff = "left" \with {
    midiInstrument = "acoustic grand" 
  } { \leftPianoI  }
>>

pianoIIPart = \new PianoStaff \with {
  %instrumentName = "Klav. II"
} <<
  \new Staff = "right" \with {
    midiInstrument = "acoustic grand"
  } { \clef bass \rightPianoII }
  \new Staff = "left" \with {
    midiInstrument = "acoustic grand" 
  } { \clef bass  \leftPianoII   }
  \new Dynamics  = "pedal" \with {
  } { \pedal }
>>

\score {
  <<
    \pianoIPart
    \pianoIIPart
  >>
  \layout { }
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 72 4)
    }
  }
}

Licensing edit

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current08:31, 20 July 2013Thumbnail for version as of 08:31, 20 July 20131,052 × 744 (213 KB)ThSki (talk | contribs)Ich habe nun die erste Version genommen, alles zunächst gruppiert, dann um auf 200% vergrößert, dann erst in Pfade umgewandelt. Ich hoffe, dass nun die Schriften korrekt skaliert wurden.
06:01, 15 July 2013Thumbnail for version as of 06:01, 15 July 2013847 × 693 (206 KB)Cachsten (talk | contribs)corrected distorted dimensions
05:51, 15 July 2013Thumbnail for version as of 05:51, 15 July 2013904 × 695 (205 KB)Cachsten (talk | contribs)croped and white background
19:10, 12 July 2013Thumbnail for version as of 19:10, 12 July 20131,052 × 744 (285 KB)ThSki (talk | contribs)Mit Inkscape Text in Pfade umgewandelt. Zumindest versucht ;-). Dabei Hintergrund von transparent auf weiß, auf DinA4 vergrößert.
19:53, 10 July 2013Thumbnail for version as of 19:53, 10 July 2013524 × 390 (120 KB)ThSki (talk | contribs)=={{int:filedesc}}== {{Information |description={{en|1=Rachmaninoff's Prelude in C-sharp minor, Op. 3, No. 2; the recapitulation of the theme, in four staves. Engraved by Lilypond}} |date=2013-07-10 20:47:56 |source=Lilypond |author=ThSki |permission= ...

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata