X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=christmas-time-is-here.ly;h=914b5690ae5de34f2741fbfa8a19851785fca8fe;hb=HEAD;hp=a5fef122b0943c9c98c212894d477b1ad372be27;hpb=1ec2e9b7bacc5b8b3ccb98d1158a04892b8940b9;p=music diff --git a/christmas-time-is-here.ly b/christmas-time-is-here.ly index a5fef12..914b569 100644 --- a/christmas-time-is-here.ly +++ b/christmas-time-is-here.ly @@ -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) +} +