From 61feaacfe662a49f08153dff96c4a839348bcf40 Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Fri, 9 Mar 2012 12:30:08 +0100 Subject: [PATCH] Chopin Op.10 no.12 --- collection/chopin-op10/chopin-op10.tex | 1 + collection/chopin-op10/fragmentos/06.ly | 2 +- collection/chopin-op10/fragmentos/12.ly | 28 ++++++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 collection/chopin-op10/fragmentos/12.ly diff --git a/collection/chopin-op10/chopin-op10.tex b/collection/chopin-op10/chopin-op10.tex index 9278c0f..07a27ec 100644 --- a/collection/chopin-op10/chopin-op10.tex +++ b/collection/chopin-op10/chopin-op10.tex @@ -31,6 +31,7 @@ 9.&\includegraphics[scale=\imgw]{out/09}\tn 10.&\includegraphics[scale=\imgw]{out/10}\tn 11.&\includegraphics[scale=\imgw]{out/11}\tn +12.&\includegraphics[scale=\imgw]{out/12}\tn \end{tabular} \end{center} \vfill diff --git a/collection/chopin-op10/fragmentos/06.ly b/collection/chopin-op10/fragmentos/06.ly index cb4a46d..01b29b4 100644 --- a/collection/chopin-op10/fragmentos/06.ly +++ b/collection/chopin-op10/fragmentos/06.ly @@ -22,6 +22,6 @@ } \new CueVoice \relative f { \voiceTwo s8 bes16 - c a c bes ges } + ces a ces bes ges } >> } \ No newline at end of file diff --git a/collection/chopin-op10/fragmentos/12.ly b/collection/chopin-op10/fragmentos/12.ly new file mode 100644 index 0000000..1b95d98 --- /dev/null +++ b/collection/chopin-op10/fragmentos/12.ly @@ -0,0 +1,28 @@ +\version "2.15.30" +\include "indice.ily" +\new Staff { + \time 4/4 + \key c \minor + \clef treble + \tempo "Allegro con fuoco" + << + \new Voice \relative f { + 2*1/4 -> \f + \clef bass + aes16-> -\markup\italic{legatissimo} ( g + f16-> d es d b-> g aes g f-> d es d + %warnings here due to both voiceOne + b16-> g aes g f-> d es d c-> g c g c-> g c g + b8-. + ) + } + \new Voice \relative f { + \voiceOne + s1 + % Fake notes! actual pitches are aes''8 g''16 + % necessary for f clef + %but see http://lsr.dsi.unimi.it/LSR/Item?id=326 + s2. c'8.-> bes16 + } + >> +} \ No newline at end of file -- 2.11.4.GIT