File:Fibonacci composition.svg

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

Original file(SVG file, nominally 613 × 332 pixels, file size: 123 KB)

Captions

Captions

Excerpt from 'fibonacci', a solo piano composition written by Patrick McCarty.

Summary[edit]

Description
English: This is an excerpt from a composition, `fibonacci', that I wrote for solo piano.
Date
Source Own work
Author Pnorcks
SVG development
InfoField
 
The SVG code is valid.
 
This vector image was created with an unknown SVG tool.
 
 This file uses embedded text that can be easily translated using a text editor.

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.

Source code[edit]

\version "2.25.4"

%\include "english.ly"

\header {
  title = \markup { "Excerpt from" \italic { fibonacci } }
  composer = "Patrick McCarty"
  %copyright =
  %  \markup \fontsize #-5 {
  %    Copyright © 2009.
  %    Typeset with GNU LilyPond.
  %    Released into public domain by the composer.
  %  }
}

\paper {
  top-margin = 0\mm
  bottom-margin = 6\mm
  left-margin = 10\mm
  right-margin = 10\mm
  paper-height = 4.6\in
  paper-width = 8.5\in
  indent = #0
  system-count = #2
  fonts.roman = "Century Schoolbook L"
}

\score {
  \new PianoStaff = "pianostaff" <<
    \new Staff = "RH" \relative c' {
      \accidentalStyle Score.piano
      \clef "treble"
      \time 2/4
      \set Score.currentBarNumber = #51
      \tempo "Slow and steady" 4 = 60
      <e gis,>4 \acciaccatura { cis16[ dis] } <e gis,>4 | % m. 51
      <dis gis,>4 \acciaccatura { e16[ dis] } <cis gis>4 | % m. 52
      <cis gis>4 \acciaccatura { dis16[ cis] } <c g>4  | % m. 53
      <cis gis>4 \acciaccatura { dis16[ e] } <eis bis gis>4 | % m. 54

      <e gis,>4 \acciaccatura { cis16[ dis] } e16 f gis a | % m. 55
      <gis c,>8 \acciaccatura { ais16[ gis] }
      <eis b>8 ~ <eis b>16 dis b ais | % m. 56

      b16 d8 bes32 f' g16 as bes c | % m. 57
      <des des,>16 ( c as ) <e' e,> ( dis b ) <g' g,> ( dis | % m. 58

      \time 3/4
      <gis gis,>16 ) \noBeam d,16 f gis
      a16 e f b
      c16 d, ( f gis | % m. 59

      a16 b ) e, ( f
      gis16 b c ) f, (
      gis16 ais b c ) | % m. 60
    }

    \new Dynamics = "Dynamics_pf" {
      s4 \p \< s4 | % m. 51
      s4 s4 | % m. 52
      s4 \mp \> s4 | % m. 53
      s4 s4 \! | % m. 54
      s4 \p s4 | % m. 55
      s1 * 2/4 | % m. 56
      s4 \< s4 | % m. 57
      s4 s4 | % m. 58
      \override DynamicText.extra-spacing-width = #'(-0.75 . 0.75)
      s16 \mf s16 \p s8 s4 s4 | % m. 59
      s2. | % m. 60
    }

    \new Staff = "LH" \relative c, {
      \clef "bass"
      \time 2/4
      cis4. cis8 | % m. 51
      cis4. d8 | % m. 52
      f4. a8 | % m. 53
      f4. d8 | % m. 54

      cis4. cis8 | % m. 55
      d4 dis | % m. 56
      gis4. bes,8 | % m. 57
      f'4 b, | % m. 58

      \time 3/4
      d4. d8 ~ d4 | % m. 59
      es2 f4 | % m. 60
    }
  >>
}

Steps to generate the SVG:

  1. Install prerequisite applications:
  2. Save source input to a LilyPond file (e.g. FILE.ly)
  3. Run lilypond --svg -dbackend=cairo -dno-point-and-click FILE.ly
  4. Optimize the SVG with scour: scour -i FILE.svg -o FILE-optimized.svg
  5. The optimized SVG for upload will be named FILE-optimized.svg

File history

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

(newest | oldest) View (newer 10 | ) (10 | 20 | 50 | 100 | 250 | 500)
Date/TimeThumbnailDimensionsUserComment
current01:27, 13 May 2023Thumbnail for version as of 01:27, 13 May 2023613 × 332 (123 KB)Pnorcks (talk | contribs)Regenerate with latest source (updated margins)
00:40, 13 May 2023Thumbnail for version as of 00:40, 13 May 2023613 × 361 (123 KB)Pnorcks (talk | contribs)Regenerate with LilyPond 2.25.4 and with new steps to create the file
22:14, 10 April 2023Thumbnail for version as of 22:14, 10 April 2023765 × 414 (111 KB)Pnorcks (talk | contribs)Regenerate SVG with LilyPond using updated source
08:50, 16 March 2023Thumbnail for version as of 08:50, 16 March 2023765 × 414 (265 KB)Frankenwald42 (talk | contribs)Fixed problems with SVG display
08:46, 16 March 2023Thumbnail for version as of 08:46, 16 March 2023765 × 414 (118 KB)Frankenwald42 (talk | contribs)Rendered with LilyPond 2.24.1
21:45, 15 October 2011Thumbnail for version as of 21:45, 15 October 2011765 × 414 (112 KB)Pnorcks (talk | contribs)rerender with LilyPond 2.15.14
03:04, 27 July 2011Thumbnail for version as of 03:04, 27 July 2011765 × 414 (111 KB)Pnorcks (talk | contribs)Reverted to version as of 20:15, 4 December 2010: there must be an issue with rsvg-convert on the server...
03:01, 27 July 2011Thumbnail for version as of 03:01, 27 July 2011765 × 414 (111 KB)Pnorcks (talk | contribs)rerender with LilyPond 2.15.6
20:15, 4 December 2010Thumbnail for version as of 20:15, 4 December 2010765 × 414 (111 KB)Pnorcks (talk | contribs)Rerender with LilyPond 2.13.41
05:44, 23 July 2010Thumbnail for version as of 05:44, 23 July 2010765 × 414 (111 KB)Pnorcks (talk | contribs)Use the default staff size (for better rendering in Wikipedia).
(newest | oldest) View (newer 10 | ) (10 | 20 | 50 | 100 | 250 | 500)

The following page uses this file:

File usage on other wikis

The following other wikis use this file:

Metadata