summaryrefslogtreecommitdiffstats
path: root/simple.itpl
diff options
context:
space:
mode:
Diffstat (limited to 'simple.itpl')
-rw-r--r--simple.itpl17
1 files changed, 17 insertions, 0 deletions
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"
+ }
+ >>
+}