File:Universe Momentum (Obscura).svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 1,440 × 221 pixels, file size: 137 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
English: Excerpt of Obscura's Universe Momentum, using a baroque theme in an acoustic interlude.
Date
Source Own work
Author Zykure
Other versions File:Universe Momentum (Obscura).mid (MIDI version of this musical sheet)

LilyPond source

#(set-default-paper-size "a3" 'landscape)

\version "2.12.3"

\paper {
    indent = #0
    %printallheaders = ##t
    %print-all-headers = ##t
    ragged-right = ##f
    %ragged-bottom = ##t
    print-page-number = ##f
    oddHeaderMarkup = ""
    evenHeaderMarkup = ""
    oddFooterMarkup = ""
    evenFooterMarkup = ""
}

\layout {
   \context { \Score
        \override MetronomeMark #'padding = #'2
        \override MetronomeMark #'X-offset = #'-5
        \remove "Bar_number_engraver"
   }
   \context { \Staff
        \override TimeSignature #'style = #'numbered
   }
}

guitarA = #(define-music-function (parser location inTab) (boolean?)
#{
    \set Staff.midiInstrument = #"acoustic guitar (nylon)"
    \tempo 4=163
    \clef #(if $inTab "tab" "treble_8")
    \key c \major
    \time 6/4
    \oneVoice

%   1               .               2               .               3               .               :
    d8              a8              e'8             f'8~            a8              e'8
    cis8            e'8             a8              gis8            cis8            gis8

    a,8             ais8            cis'8           ais'8           e'8             ais'8
    d8              a8              e'8             f'8~            e'16    f'16    e'16    d'16

    cis'8           g'8             cis'8           <g' cis'>4.
    f8              g'8             c'8             <gis' c'>8      c'8             <gis' c'>8

   <cis' \parenthesize cis>8 <e' \parenthesize e>8
                                    <g' \parenthesize g>8 <\parenthesize ais ais'>8
                                                                    <cis'' \parenthesize cis'>8 <\parenthesize ais ais'>8
   <\parenthesize b b'>8 <gis' \parenthesize gis>8
                                    <dis' \parenthesize dis>8 <gis \parenthesize gis,>4.

#})

guitarB = #(define-music-function (parser location inTab) (boolean?)
#{
    \set Staff.midiInstrument = #"acoustic guitar (nylon)"

    \tempo 4=163
    \clef #(if $inTab "tab" "treble_8")
    \key c \major
    \time 6/4
    \oneVoice

%   1               .               2               .               3               .               :
    d8              d16     d16     d8              d8              a8              e'8
    e'8             gis8            cis8            cis'8           cis8            cis'8 

    a,8             a,16    a,16    a,8             e8              ais8            cis'8
    d'8             d8              f'8             <f' a d>4. 

    e8              ais8            e8              g8              g16     g16     g8
    f8              f16     f16     f8              f'8             f8              f'8 

    e8              e16     e16     e8              cis8            ais,8           g,8
    gis,8           <dis gis,>8     dis,8           gis,4 ~                         gis,8 

#})

bass =  #(define-music-function (parser location inTab) (boolean?)
#{
    \set Staff.midiInstrument = #"fretless bass"
    \tempo 4=163
    \clef #(if $inTab "tab" "bass_8")
    \key c \major
    \time 6/4
    \oneVoice

%   1               .               2               .               3               .               :
    d,2.
    cis,2.

    a,,2.
    a,,2.

    g,2                                                             a,8             g,8
    f,2                                                             f,8             e,8

    g,2                                                             f,8             g,8
    gis,8           dis,8            gis,,8          gis,4.

#})

% Score - melody and chords
\score {
    \new StaffGroup <<
    \new Staff {
        \context Voice = "Guitar 1" {
            \guitarA ##f
        }
    }
    \new Staff {
        \context Voice = "Guitar 2" {
            \guitarB ##f
        }
    }
    \new Staff {
        \context Voice = "Bass" {
            \bass ##f
        }
    }
    >>

    \layout { }
}

% MIDI - melody only, no chords
\score {
    \new StaffGroup <<
    \new Staff {
        \context Voice = "Guitar 1" {
            \guitarA ##f
        }
    }
    \new Staff {
        \context Voice = "Guitar 2" {
            \guitarB ##f
        }
    }
    \new Staff {
        \context Voice = "Bass" {
            \bass ##f
        }
    }
    >>

    \midi {
        \context { \Staff
            \remove "Staff_performer"
        }
        \context { \Voice
            \consists "Staff_performer"
        }
        \context { \Score
            tempoWholesPerMinute = #(ly:make-moment 163 4)
        }
    }
}

Licensing

[edit]
I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported, 2.5 Generic, 2.0 Generic and 1.0 Generic license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
You may select the license of your choice.

File history

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

Date/TimeThumbnailDimensionsUserComment
current13:25, 12 March 2011Thumbnail for version as of 13:25, 12 March 20111,440 × 221 (137 KB)Zykure (talk | contribs){{Information |Description ={{en|1=Excerpt of Obscura's ''Universe Momentum'', using a baroque theme in an acoustic interlude.}} |Source ={{own}} |Author =Zykure |Date =

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: