]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/global.ly
24d8575ffa0535e45930404d22bca0f1d05bca36
[lilypond.git] / mutopia / Coriolan / global.ly
1
2 \version "1.3.120";
3
4 Time = \time 4/4;
5 Key = \notes { \key es \major; }
6 End = { \skip 1*314; \bar "|."; }
7
8 global = \notes {
9         \Time
10         \Key
11         \End
12 }
13
14 staffCombinePianoStaffProperties = {
15         \property PianoStaff.devNullThread = #'()
16         \property PianoStaff.soloADue = ##t
17         \property PianoStaff.soloText = #""
18         \property PianoStaff.soloIIText = #""
19         % This is non-conventional, but currently it is
20         % the only way to tell the difference.
21         \property PianoStaff.aDueText = #"\\`a2"
22         \property PianoStaff.splitInterval = #'(1 . 0)
23         \property PianoStaff.changeMoment = #`(,(make-moment 1 1) . ,(make-moment 1 1))
24 }
25
26 #(set! point-and-click #t)
27 #(define text-flat '((font-relative-size . -2) (music "accidentals--1")))
28