X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lo-how-a-rose-e%27er-blooming.ly;h=f6f573535fb272897d09acd8ab861cd551b3b2df;hb=bd3b595932c04f7eb329df944c474f89bce236af;hp=fb3577c0b34fd663357c7ed97626f51fe78c5538;hpb=6f8ca2d1ddc26dc34f0be9b733d6ef860005c06d;p=music diff --git a/lo-how-a-rose-e'er-blooming.ly b/lo-how-a-rose-e'er-blooming.ly index fb3577c..f6f5735 100644 --- a/lo-how-a-rose-e'er-blooming.ly +++ b/lo-how-a-rose-e'er-blooming.ly @@ -1,8 +1,8 @@ -\version "2.16.0" +\version "2.19.0" \include "pop-chords.ly" \include "english.ly" -% Good sizes are 16, 18, & 20 +% Good sizes are 16, 18, & 20 (11, 13, 14, 23, 26) staffSize = #20 #(set-default-paper-size "letter") #(set-global-staff-size staffSize) @@ -10,13 +10,11 @@ staffSize = #20 \header { -%Let's bump up the title size and switch to the chord font. :-) - title = \markup { \override #'(font-family . sans) \fontsize #3.5 "Lo! How a Rose E’er Blooming" } composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "German Carol" } -% poet = \markup { \override #'(font-family . sans) \fontsize #1.3 "George Atkins" } -% arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr. Shamus Hammons" } - tagline = "Engraved by JLH and Lilypond 2.8.8" +% poet = \markup { \override #'(font-family . sans) \fontsize #1.3 "" } +% arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr." } + tagline = $(string-append "Engraved by JLH and Lilypond " (lilypond-version)) } @@ -24,9 +22,8 @@ Soprano = \relative c'' { \clef G \key f \major - \override Staff.TimeSignature #'style = #'() + \numericTimeSignature \time 6/4 -\override Score.SpacingSpanner #'average-spacing-wishes = ##f \voiceOne c2 c4 c d c | % 1 @@ -50,9 +47,8 @@ Alto = \relative c'' { \clef G \key f \major - \override Staff.TimeSignature #'style = #'() + \numericTimeSignature \time 6/4 -\override Score.SpacingSpanner #'average-spacing-wishes = ##f \voiceTwo a2 a4 f f f | % 1 @@ -76,9 +72,8 @@ Tenor = \relative c' { \clef F \key f \major - \override Staff.TimeSignature #'style = #'() + \numericTimeSignature \time 6/4 -\override Score.SpacingSpanner #'average-spacing-wishes = ##f \voiceThree c2 c4 a bf a | % 1 @@ -102,9 +97,8 @@ Bass = \relative c { \clef F \key f \major - \override Staff.TimeSignature #'style = #'() + \numericTimeSignature \time 6/4 -\override Score.SpacingSpanner #'average-spacing-wishes = ##f \voiceFour f2 f4 f bf f | % 1 @@ -184,11 +178,11 @@ VerseC = \lyricmode \paper { - #(define fonts (make-pango-font-tree - "Times New Roman" - "DomCasual BT" - "Luxi Mono" - (/ staffSize 20))) + #(define fonts (make-pango-font-tree + "Times New Roman" + "LilyJAZZText" + "Luxi Mono" + (/ staffSize 20))) % Spread staves vertically across last page (default: t) ragged-last-bottom = ##f @@ -199,6 +193,5 @@ VerseC = \lyricmode % To find out what's eating the space at the top... % annotate-spacing = ##t -%let's try this: [It works! Huzzah!] - obsolete-page-top-space = 0 top-system-spacing #'basic-distance = #(/ obsolete-page-top-space staff-space) } +