]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/global.ly
patch::: 1.3.132.jcn1
[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         \property PianoStaff.noDirection = ##t
25 }
26
27 #(set! point-and-click #t)
28 #(define text-flat '((font-relative-size . -2) (music "accidentals--1")))
29