]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/global.ly
patch::: 1.3.132.jcn1
[lilypond.git] / mutopia / Coriolan / global.ly
index ad6f880a69572da954e32a6a62e0179e65d59074..ff033a920c6d28d20ea7ead33a6aa48ddc2c2cc0 100644 (file)
@@ -1,17 +1,29 @@
-\header{
-filename =      "global.ly";
-xtitle =        "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
-description =   "";
-composer =      "Ludwig van Beethoven (1770-1827)";
-enteredby =     "JCN";
-copyright =     "public domain";
-}
 
-\version "1.3.117";
+\version "1.3.120";
+
+Time = \time 4/4;
+Key = \notes { \key es \major; }
+End = { \skip 1*314; \bar "|."; }
 
-global =  \notes {
-       \time 4/4;
-       \key es \major;
-       \skip 1*314; \bar "|.";
+global = \notes {
+       \Time
+       \Key
+       \End
 }
 
+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")))
+