File:Chopin Op.10 No.2.PNG

頁面內容不支援其他語言。
這個檔案來自維基共享資源
維基百科,自由的百科全書

原始檔案(1,250 × 501 像素,檔案大小:44 KB,MIME 類型:image/png


摘要

描述
English: Opening from an Étude (Op.10 No.2) composed by Frédéric Chopin, made in lilypond version 2.12.0
來源 自己的作品
作者 William Kerrigan (Deadleg)

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 我,此作品的版權所有人,釋出此作品至公共領域。此授權條款在全世界均適用。
這可能在某些國家不合法,如果是的話:
我授予任何人有權利使用此作品於任何用途,除受法律約束外,不受任何限制。

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

檔案來源 Chinese (Taiwan) (已轉換拼寫)

19a30bccabed4dc9162705658729effdb1450f8b

斷定方法:​SHA-1 中文 (已轉換拼寫)

45,183 位元組

501 像素

1,250 像素

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2009年1月23日 (五) 02:38於 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 使用了這個檔案: