原始文件 (1,250 × 501像素,文件大小:44 KB,MIME类型:image/png )
摘要
LilyPond source
\version "2.12.0"
global = {
\time 4/4
\key c \major
}
tempoTextAlignment = \once \override TextScript #'extra-offset = #'( -3 . 2)
tempoText = ^\markup { \large \bold { Allegro } \small { { \note #"4" #1 = 144 }. } }
upper = \relative c'' {
\global
\clef treble
<< {
\tempoTextAlignment a16\tempoText \stemUp \once \override TextScript #'extra-offset = #'( -3 . -4) ais^\markup { \italic { sempre legato } } b c cis d dis e f fis g gis a ais b c! |
cis d dis e f e dis d cis c b bes a gis b a |
} \\ {
<e, c>16 s8. <e a>16 s8. <a d>16 s8. <d f>16 s8. |
<e a!>16 s8. <a c>16 s8. <e a>16 s8. <c! e>16 s8. |
} >>
}
lower = \relative c' {
\global
\clef bass
a,8_. r <e' a c!>^. r a,_. r <f' a d>^. r |
<a, a,>_. r <e' a c!>^. r <a c! e>^. r r4 |
}
dynamics = {
\overrideProperty #"Score.NonMusicalPaperColumn" #'line-break-system-details #'((alignment-offsets . (0 -3.5 -9.5)))
\override DynamicTextSpanner #'dash-period = #-1.0
\override DynamicText #'extra-offset = #'(-1 . -2.5) s2\p s16 s_\markup { \italic { cresc. } }
}
pedal = {
}
\score {
\new PianoStaff = "PianoStaff_pf" <<
\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
}
ragged-right-last = ##t
}
}
\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 144 4)
}
}
}
许可协议
Public domain Public domain false false
我,本作品著作权人,释出本作品至公有领域 。这适用于全世界。在一些国家这可能不合法;如果是这样的话,那么: 我无条件地授予任何人以任何目的 使用本作品的权利,除非这些条件是法律规定所必需的。
中文(马来西亚) 添加一行文字以描述该文件所表现的内容
文件历史
点击某个日期/时间查看对应时刻的文件。
日期/时间 缩略图 大小 用户 备注
当前 2009年1月23日 (五) 02:38 1,250 × 501(44 KB) Deadleg {{Information |Description={{en|1=Opening from an Étude (Op.10 No.2 ) composed by Frédéric Chopin , made in lilypond version 2.12.0}} |Source=Own work by upl
文件用途
全域文件用途
以下其他wiki使用此文件:
bg.wikipedia.org上的用途
ca.wikipedia.org上的用途
de.wikipedia.org上的用途
el.wikipedia.org上的用途
en.wikipedia.org上的用途
fr.wikipedia.org上的用途
it.wikipedia.org上的用途
ko.wikipedia.org上的用途
pl.wikipedia.org上的用途
ro.wikipedia.org上的用途
ru.wikipedia.org上的用途