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