X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=in-christ-alone.ly;h=b736100abc6d1a7c0a7bc1dce8415e7fee2649bf;hb=d4413d5e258a1387025e91e1b5a805cb7c7723e6;hp=e386812e182fc6edfac33e8639e638ac27b08fc2;hpb=e763d513834a12aa56fa387de9a731a71f80dafd;p=music diff --git a/in-christ-alone.ly b/in-christ-alone.ly index e386812..b736100 100644 --- a/in-christ-alone.ly +++ b/in-christ-alone.ly @@ -245,14 +245,6 @@ Dynamics = \set Score.skipBars = ##t \set Score.melismaBusyProperties = #'() -% \new Staff - << - \new ChordNames \Chords -%Capo 4 edition -% \new ChordNames \transpose b g \Chords - \new RhythmicStaff << \Rhythm \Dynamics >> - >> - \new Staff << \Global % The "roadmap" that everything else depends on @@ -262,6 +254,14 @@ Dynamics = \new Lyrics \lyricsto "lead" \LeadVoxTextB \new Lyrics \lyricsto "lead" \LeadVoxTextC \new Lyrics \lyricsto "lead" \LeadVoxTextD + +% \new Staff + << + \new ChordNames \Chords +%Capo 4 edition +% \new ChordNames \transpose b g \Chords + \new RhythmicStaff << \Rhythm \Dynamics >> + >> >> >> } @@ -271,7 +271,7 @@ Dynamics = { #(define fonts (make-pango-font-tree "Times New Roman" - "DomCasual BT" + "JazzText" "Luxi Mono" (/ staffSize 20))) @@ -284,6 +284,6 @@ Dynamics = % 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) +%let's try this: [It works! Huzzah!][nope, it does not] +% obsolete-page-top-space = 0 top-system-spacing #'basic-distance = #(/ obsolete-page-top-space staff-space) }