]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/global.ly
patch::: 1.3.132.jcn1
[lilypond.git] / mutopia / Coriolan / global.ly
index c01d9861374100f4fb8eb45ba490a71997817e03..ff033a920c6d28d20ea7ead33a6aa48ddc2c2cc0 100644 (file)
@@ -1,18 +1,29 @@
-\header{
-filename =      "global.ly";
-%title =        "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
-description =   "";
-composer =      "Ludwig van Beethoven (1770-1792)";
-enteredby =     "JCN";
-copyright =     "public domain";
 
+\version "1.3.120";
 
-}
+Time = \time 4/4;
+Key = \notes { \key es \major; }
+End = { \skip 1*314; \bar "|."; }
 
-\version "0.1.10";
+global = \notes {
+       \Time
+       \Key
+       \End
+}
 
-global = \melodic{
-       \meter 4/4;
-       \key bes es as;
+staffCombinePianoStaffProperties = {
+       \property PianoStaff.devNullThread = #'()
+       \property PianoStaff.soloADue = ##t
+       \property PianoStaff.soloText = #""
+       \property PianoStaff.soloIIText = #""
+       % This is non-conventional, but currently it is
+       % the only way to tell the difference.
+       \property PianoStaff.aDueText = #"\\`a2"
+       \property PianoStaff.splitInterval = #'(1 . 0)
+       \property PianoStaff.changeMoment = #`(,(make-moment 1 1) . ,(make-moment 1 1))
+       \property PianoStaff.noDirection = ##t
 }
 
+#(set! point-and-click #t)
+#(define text-flat '((font-relative-size . -2) (music "accidentals--1")))
+