summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2013-08-17 16:23:11 +0200
committerThibaut Horel <thibaut.horel@gmail.com>2013-08-17 16:23:11 +0200
commit05dab44f983951271f23ced6a5536f5edee9c84b (patch)
tree044ffdb69a175d48de324846e2882c28cc5bc0ba
parente016d43307fedbc0825a7f0f03cbebede4e98f1b (diff)
downloadhanon-05dab44f983951271f23ced6a5536f5edee9c84b.tar.gz
Addind instructions to exercise 1
-rw-r--r--dir/1.ily38
-rw-r--r--dir/lh1.ily8
-rw-r--r--dir/rh1.ily8
-rw-r--r--hanon.ly8
4 files changed, 41 insertions, 21 deletions
diff --git a/dir/1.ily b/dir/1.ily
index f999530..baa3b40 100644
--- a/dir/1.ily
+++ b/dir/1.ily
@@ -1,24 +1,38 @@
\markup {
+ \override #'(baseline-skip . 3)
+ \column {
+ \fill-line {\large\bold "Part I."}
+ \fill-line{\large "Preparatory Exercises for the Acquirement of Agility, Independence,"}
+ \fill-line{\large "Strength and Perfect Evenness in the Fingers."}
+ }
+}
+\pageBreak
+\markup{
+ \override #'(baseline-skip . 2.2)
\column{
- \fill-line{
- \center-column{
- \fontsize #2 \bold"Part I."
- \fontsize #1.5 "Preparatory Exercises for the Acquirement of Agility, Independence,"
- \fontsize #1.5 "Strength and Perfect Evenness in the Fingers."
- \vspace #0.2
- \fontsize #2 \bold 1
- }
- }
- \justify{
- test
- }
+ \fill-line{\large \bold 1}
+ \null
+ \justify\smaller{\hspace #2 Stretch between the fitfh and fourth fingers
+ of the left hand in ascending, and the fifth and fourth fingers of the
+ right hand in descending.}
+ \null
+ \justify\smaller{\hspace #2 For studying the 20 exercises in this First
+ Part, begin with the metronome set at 60, gradually increasing the speed
+ up to 108; this is the meaning of the double metronome-mark at the head
+ of each exercise.}
+ \null
+ \justify\smaller{\hspace #2 Lift the fingers high and with precision,
+ playing each note very distinctly.}
+ \null
}
}
+
\score{
\new PianoStaff <<
\override PianoStaff.InstrumentName #'self-alignment-X = #RIGHT
\set PianoStaff.instrumentName = \markup{\right-align\bold\fontsize #3 1.}
\new Staff = "up" {
+ \tempo 4 = 60 ~ 108
\clef treble
\time 2/4
\new Voice
diff --git a/dir/lh1.ily b/dir/lh1.ily
index 77b9d68..dbfa15b 100644
--- a/dir/lh1.ily
+++ b/dir/lh1.ily
@@ -4,9 +4,9 @@ c16-5 e-4 f-3 g-2 a-1 g f e
d16-5 f-4 g-3 a-2 b-1 a g f
e16-5 g-4 a b c-1 b a g
f16-5 a-4 b c d-1 c b a
-g16-5 b-4 c d
+g16-5 b-4 c d
\oneVoice
-e d c b
+e-1 d c b
a16 c d e f e d c
b16 d e f g f e d
@@ -36,7 +36,7 @@ g a b c
d16 b a g f g a b
c16 a g f e f g a
b16 g f e d e f g
-a16 f e d c d e f
-c2
+a16-1 f-2 e d c-5 d e f
+c2-5
\bar "|."
}
diff --git a/dir/rh1.ily b/dir/rh1.ily
index a5daa92..8534dbf 100644
--- a/dir/rh1.ily
+++ b/dir/rh1.ily
@@ -5,10 +5,10 @@ c16-1 e-2 f-3 g-4 a-5 g f e
d16-1 f-2 g-3 a-4 b-5 a g f
e16-1 g-2 a b c-5 b a g
f16-1 a-2 b c d-5 c b a
-g16-1 b-2 c d
+g16-1 b-2 c d
\change Staff = "up"
\oneVoice
-e d c b
+e-5 d c b
a16 c d e f e d c
b16 d e f g f e d
@@ -39,7 +39,7 @@ g a b c
d16 b a g f g a b
c16 a g f e f g a
b16 g f e d e f g
-a16 f e d c d e f
-c2
+a16-5 f-4 e d c-1 d e f
+c2-1
\bar "|."
}
diff --git a/hanon.ly b/hanon.ly
index c942f5d..631ed6a 100644
--- a/hanon.ly
+++ b/hanon.ly
@@ -5,11 +5,17 @@
bottom-margin = 1\cm
indent = 1\cm
}
+\layout {
+ \context {
+ \Score
+ \remove "Bar_number_engraver"
+ }
+
+}
\include "dir/1.ily"
\include "dir/2.ily"
\include "dir/3.ily"
-\pageBreak
\include "dir/4.ily"
\include "dir/5.ily"
\include "dir/6.ily"