From e016d43307fedbc0825a7f0f03cbebede4e98f1b Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Fri, 16 Aug 2013 11:26:43 +0200 Subject: Initial commit --- dir/1.ily | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 dir/1.ily (limited to 'dir/1.ily') diff --git a/dir/1.ily b/dir/1.ily new file mode 100644 index 0000000..f999530 --- /dev/null +++ b/dir/1.ily @@ -0,0 +1,36 @@ +\markup { + \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 + } + } +} +\score{ + \new PianoStaff << + \override PianoStaff.InstrumentName #'self-alignment-X = #RIGHT + \set PianoStaff.instrumentName = \markup{\right-align\bold\fontsize #3 1.} + \new Staff = "up" { + \clef treble + \time 2/4 + \new Voice +\include "dir/rh1.ily" + } + \new Staff = "down" { + \clef bass + \new Voice +\include "dir/lh1.ily" + } + >> + \layout{ + system-count = 6 + } +} -- cgit v1.2.3-70-g09d2