File:Prinz Eugen, der edle Ritter.svg

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

Original file(SVG file, nominally 461 × 250 pixels, file size: 230 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
Deutsch: Prinz Eugen, der edle Ritter – Taktierung von Friedrich Silcher (um 1860)
Date
Source Own work
Author Lemzwerg

LilyPond source

% Volkslied:
%   „Prinz Eugen, der edle Ritter“
%
% Taktierung von Friedrich Silcher (um 1860)
%
% Referenz: Erk-Böhme, Deutscher Liederhort Bd II, S. 134
%           https://babel.hathitrust.org/cgi/pt?id=uc1.b4134294&seq=144

\version "2.22.0"

#(ly:set-option 'point-and-click #f)

\include "deutsch.ly"


\header {
  tagline = ##f
}


\paper {
  indent = 0
  line-width = 128\mm
  oddHeaderMarkup = #f
  evenHeaderMarkup = #f
  oddFooterMarkup = #f
  evenFooterMarkup = #f
}


irregularMeter =
#(define-music-function (args) (pair?)
   "Create a compound time signature for irregular meters.

This function accepts the same arguments as function
`\\compoundMeter`; it also produces the same visual appearance of the
time signature elements.  However, it doesn't insert a plus sign
between the (top-level) elements but rather a small horizontal space.
Additionally, it doesn't change the timing, which means that it is
still necessary to insert proper `\\time` commands, to say `\\omit
Timing.TimeSignature` before the first `\\time` command in the section
with irregular meters, and `\\undo \\omit Timing.TimeSignature` after
this section."
  #{
    \once \override Timing.TimeSignature.stencil =
      #(lambda (grob)
         (grob-interpret-markup
          grob
          (make-concat-markup
            (list-join
              (map make-compound-meter-markup args)
              (make-hspace-markup 0.3)))))
  #})


melodie = \relative c' {
  \autoBeamOff

  \key g \major
  \irregularMeter #'((3 4) (2 4))
  
  \partial 4 d8 d |
  \omit Timing.TimeSignature
  \time 3/4 g8. g16 g8 g g a |
  h4 h-> \breathe g8 a |
  \time 2/4 h4 d |
  d8 c c h |
  \time 3/4 a8 g a h c h |
  a2 \break
  \repeat volta 2 {
    d8 c |
    \time 2/4 h4 d |
    \time 3/4 e8 d c h a g |
    \time 2/4 a4 c |
    \time 3/4 d8 c h a g g |
    g4 h a8 a |
    g2
  }
}

text = \lyricmode {
  Prinz Eu -- ge -- ni -- us der ed -- le Rit -- ter,
  wollt dem Kai -- ser wied -- rum krie -- gen
  Stadt und Fes -- tung Bel -- ga -- rad.
  Er ließ schla -- gen ei -- nen Bru -- cken,
  dass man konnt hin -- ü -- ber -- ru -- cken
  mit "d’r Ar" -- mee wohl vor die Stadt.

}


<<
  \new Voice = "Melodie" \melodie
  \new Lyrics \lyricsto "Melodie" \text
>>


\layout {
  \context {
    \Score
    \omit BarNumber
  }

  \context {
    \Lyrics
    \override LyricText.font-name = "Century Schoolbook L"
  }
}

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

File history

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

Date/TimeThumbnailDimensionsUserComment
current09:05, 26 February 2024Thumbnail for version as of 09:05, 26 February 2024461 × 250 (230 KB)Lemzwerg (talk | contribs)Add some margin to avoid cropping of text
08:56, 26 February 2024Thumbnail for version as of 08:56, 26 February 2024454 × 243 (229 KB)Lemzwerg (talk | contribs){{Information |Description={{de|1=''Prinz Eugen, der edle Ritter'' – Taktierung von Friedrich Schilcher (um 1860)}} |Source={{own}} |Date=2024-02-26 |Author= Lemzwerg |Permission= |other_versions= }} {{LilyPond source}} <source lang="latex"> % Volkslied: % „Prinz Eugen, der edle Ritter“ % % Taktierung von Friedrich Silcher (um 1860) % % Referenz: Erk-Böhme, Deutscher Liederhort Bd II, S. 134 % https://babel.hathitrust.org/cgi/pt?id=uc1.b4134294&seq=144 \ver...

File usage on other wikis

The following other wikis use this file:

Metadata