From Wikipedia, the free encyclopedia
Original file (1,258 × 475 pixels, file size: 47 KB, MIME type: image/png )
Summary
LilyPond source
\version "2.12.0"
global = {
\time 6/8
\key f \minor
}
dynamicTextAlignment = \once \override TextScript #'extra-offset = #'( -3 . -1)
dynamicText = ^\markup { \large \bold { Allegro molto agitato } \small { { \note #"4." #1 = 96 }. (88) } }
upper = \relative c'' {
\overrideProperty #"Score.NonMusicalPaperColumn" #'line-break-system-details #'((alignment-offsets . (0 -4.5 -10 -18)))
\clef treble
\global
\dynamicTextAlignment r8\dynamicText \slurDown f,(_. g)_. r aes(_. bes)_. |
r \once \override Voice.PhrasingSlur #'control-points = #'((0.5 . 2.5) (7 . 6) (38 . 5.5) (45 . 2.5)) c^.\( des^. c^. aes'^. g^. |
f^. c^. des^. c_. aes_. f_.\) |
}
lower = \relative c' {
\clef bass
\global
\stemDown
f,,16( c' aes' c, bes' c,) f,( c' c' c, des' c,) |
f, c' c' c, bes' c, f, c' aes' c, bes' c, |
f, c' aes' c, bes' c, f, c' aes' c, c' c, |
}
dynamics = {
\override DynamicTextSpanner #'dash-period = #-1.0
\once \override TextScript #'extra-offset = #'( 0 . -2.6) s2.^\markup { \dynamic p \italic { legatissimo } } |
\crescTextCresc s8\< s\! s \crescHairpin s\< s\! s |
\once \override TextScript #'extra-offset = #'( 0 . -1.5) s2.^\markup { \italic { con forza } } |
}
pedal = {
s32 s16.\sustainOn s8 s16 s\sustainOff s32 s16.\sustainOn s8 s16 s\sustainOff |
s32 s16.\sustainOn s8 s16 s\sustainOff s32 s16.\sustainOn s8 s16 s\sustainOff |
}
\score {
\new PianoStaff = "PianoStaff_pf" <<
\override PianoStaff.NonMusicalPaperColumn #'line-break-permission = ##f
\override PianoStaff.NonMusicalPaperColumn #'page-break-permission = ##f
\new Staff = "Staff_pfUpper" \upper
\new Dynamics = "Dynamics_pf" \dynamics
\new Staff = "Staff_pfLower" << \lower >>
\new Dynamics = "pedal" \pedal
>>
\layout {
% define Dynamics context
\context {
\type "Engraver_group"
\name Dynamics
\alias Voice
\consists "Output_property_engraver"
\consists "Piano_pedal_engraver"
\consists "Script_engraver"
\consists "New_dynamic_engraver"
\consists "Dynamic_align_engraver"
\consists "Text_engraver"
\consists "Skip_event_swallow_translator"
\consists "Axis_group_engraver"
pedalSustainStrings = #'("Ped." "*Ped." "*")
pedalUnaCordaStrings = #'("una corda" "" "tre corde")
\override DynamicLineSpanner #'Y-offset = #0
\override TextScript #'font-shape = #'italic
\override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 1)
}
% modify PianoStaff context to accept Dynamics context
\context {
\PianoStaff
\accepts Dynamics
}
line-width = #180
ragged-last = ##f
}
}
\score {
\new PianoStaff = "PianoStaff_pf" <<
\new Staff = "Staff_pfUpper" << \global \upper \dynamics \pedal >>
\new Staff = "Staff_pfLower" << \global \lower \dynamics \pedal >>
>>
\midi {
\context {
\Score
tempoWholesPerMinute = #(ly:make-moment 128 4)
}
}
}
Licensing
Public domain Public domain false false
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.
English Add a one-line explanation of what this file represents
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time Thumbnail Dimensions User Comment
current 09:04, 21 January 2009 1,258 × 475 (47 KB) Deadleg {{Information |Description={{en|1=Opening from an Étude (Op.10 No.9 ) composed by Frédéric Chopin , made in lilypond version 2.12.0}} |Source=Own work by upl
File usage
The following 2 pages use this file:
Global file usage
The following other wikis use this file:
Usage on bg.wikipedia.org
Usage on ca.wikipedia.org
Usage on el.wikipedia.org
Usage on fr.wikipedia.org
Usage on it.wikipedia.org
Usage on ko.wikipedia.org
Usage on pl.wikipedia.org
Usage on ro.wikipedia.org
Usage on ru.wikipedia.org