Image:Bruckner 8 i 2nd theme.png

From Wikipedia, the free encyclopedia

Contents

[edit] Summary

Bruckner Symphony No 8, measures 51-54, reduction. (1892 edition)

The symphony was published in 1892 and is therefore public domain.

I, the uploader, reduced the full orchestral score to two staves and created this image using Lilypond and ImageMagick. I hereby donate to the public domain the rights, if any, that I may have in this image as a result of these actions.

[edit] Licensing

[edit] Commands used to generate this image

> lilypond bruckner_8_i_2nd_theme.ly
> convert -crop 550x150+50+25 bruckner_8_i_2nd_theme.pdf  bruckner_8_i_2nd_theme.png

[edit] Lilypond source file bruckner_8_i_2nd_theme.ly

 \version "2.7.38"
 global = {
   \key c \minor
   \time 2/2
 }
 
 markings = {
   \relative c' {
     s16 ^\markup{
       "" \hspace #-5 \raise #2 \italic  {
        Breit und ausdrucksvoll
       }
     }
     s16^\markup{
       ""  \hspace #-5 \raise #-1 \small {
        Strings
       }
     } 
   }
 }
 
 melody = { 
   \clef treble
   \time 2/2
   \key c \minor
   \stemUp
   \relative c' {
   d4 \p_
   (e4) \times 2/3 {fis4--\< g4-- a4--} |
   b2\! cis,4 d4 |
   es4_\markup{
       ""   \small \italic {
         cresc.
       }
     } (f4) \times 2/3 {g4-- a4-- b4--} |
     b4 (c4) c2
  }
}
 
 
 accta = { 
   \clef bass
   \key c \minor
   \time 2/2
   \stemUp
   \tieUp
   \relative c' {
     b1 ~ |
     b2 b2 |
     b2. d4 |
     es2. es8 (d8) |
   }
 }

 acctb = { 
   \clef bass
   \key c \minor
   \time 2/2
   \stemDown
   \tieDown
   \relative c {
     d1 ~ |
     d2 f2 |
     es2. f4 |
     ges2. ges4 |
   }
 }

 acctc = { 
   \clef bass
   \key c \minor
   \time 2/2
   \stemDown
   \tieDown
   \relative c {
     g1 ~ |
     g2 g2 |
     g2. gis4 |
     a2. a4 |
   }
 }
 


 \score {
   \context PianoStaff 
   <<
     \context Staff = rightStaff
     << 
       {
        \markings
       }
     >>
     \context Staff = rightStaff
     << 
       {
        \melody
       }
     >>
     \context Staff = leftStaff
     << 
       {
        \accta
       }
     >>
     \context Staff = leftStaff
     << 
       {
        \acctb
       }
     >>
     \context Staff = leftStaff
     << 
       {
        \acctc
       }
     >>

   >>
   \layout {
     \context {
       \Staff
     }
   }
 }

File history

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

Date/TimeDimensionsUserComment
current20:13, 9 September 2007545×150 (6 KB)Grover cleveland (Talk | contribs) (Bruckner Symphony No 8, measures 51-54, reduction. (1892 edition) The symphony was published in 1892 and is therefore public domain. I, the uploader, reduced the full orchestral score to two staves and created this image using Lilypond and ImageMagick. )

The following pages on the English Wikipedia link to this file (pages on other projects are not listed):