]> Shamusworld >> Repos - music/blobdiff - christmas-time-is-here.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / christmas-time-is-here.ly
index a5fef122b0943c9c98c212894d477b1ad372be27..914b5690ae5de34f2741fbfa8a19851785fca8fe 100644 (file)
@@ -7,13 +7,15 @@ staffSize = #18
 #(set-global-staff-size staffSize)
 #(ly:set-option (quote no-point-and-click))
 
+%{ Some useful characters: ‘ ’ “ ” – — † ‡ • … %}
+
 \header
 {
-  title = "Christmas Time Is Here"
+       title = \markup { \override #'(font-family . sans) \fontsize #3.5 "Christmas Time Is Here" }
 %%  subtitle = "Second Movement"
-  composer = "V. Guaraldi"
-  arranger = "arr. S. Hammons"
-  meter = "Largo"
+       composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "V. Guaraldi" }
+       arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr. S. Hammons" }
+       meter = \markup { \override #'(font-family . sans) \fontsize #1.3 "Largo" }
 }
 
 %paperOFF = { \set Score.skipTypesetting = ##t }
@@ -236,3 +238,26 @@ scoreAll =
     }
 %}
 }
+
+
+\paper
+{
+  #(define fonts (make-pango-font-tree
+    "Times New Roman"
+    "LilyJazz Text"
+    "Luxi Mono"
+    (/ staffSize 20)))
+
+% Spread staves vertically across last page (default: t)
+       ragged-last-bottom = ##f
+% Don't spread staves vertically across the page (default: f)
+%      ragged-bottom = ##t
+% Allow partial line for last stave (default: f)
+%      ragged-last = ##t
+
+% To find out what's eating the space at the top...
+%      annotate-spacing = ##t
+%let's try this: [It works! Huzzah!] [not no more it don't]
+%      obsolete-page-top-space = 0  top-system-spacing #'basic-distance = #(/ obsolete-page-top-space staff-space)
+}
+