X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=blessed-be-your-name.ly;h=d913ea1d95066431c02530f300ea84ca1b01f052;hb=d4413d5e258a1387025e91e1b5a805cb7c7723e6;hp=0250643a76a2bc3aace4d47d76b16d4943bf72ec;hpb=7add1480813db617ee22ba3276c5b61649445f50;p=music diff --git a/blessed-be-your-name.ly b/blessed-be-your-name.ly index 0250643..d913ea1 100644 --- a/blessed-be-your-name.ly +++ b/blessed-be-your-name.ly @@ -3,7 +3,7 @@ \include "english.ly" % Good sizes are 16, 18, & 20 -staffSize = #16 +staffSize = #18 #(set-default-paper-size "letter") #(set-global-staff-size staffSize) #(ly:set-option (quote no-point-and-click)) @@ -505,16 +505,16 @@ Dynamics = { << << -% \new Staff = leadStaff { \new Voice = "lead" \LeadVox } - \new Staff = leadStaff { \new Voice = "lead" \transpose b a \LeadVox } + \new Staff = leadStaff { \new Voice = "lead" \LeadVox } +% \new Staff = leadStaff { \new Voice = "lead" \transpose b a \LeadVox } \new Lyrics \lyricsto "lead" \LeadVoxText \new Lyrics \lyricsto "lead" \LeadVoxTextB >> \new ChoirStaff = "Rhythm" << -% \new ChordNames = "chords" \Chords - \new ChordNames = "chords" \transpose b a \Chords + \new ChordNames = "chords" \Chords +% \new ChordNames = "chords" \transpose b a \Chords \new RhythmicStaff = "chordRhythm" << \StaffC \Dynamics >> >> @@ -535,7 +535,7 @@ Dynamics = { #(define fonts (make-pango-font-tree "Times New Roman" - "DomCasual BT" + "JazzText" "Luxi Mono" (/ staffSize 20)))