X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fum-fum-fum.ly;h=d57ee71469f3fb4a7411d936dfe2b4777dbe785c;hb=bd3b595932c04f7eb329df944c474f89bce236af;hp=1f0c78c1d93230ccdc295234be918bd3bef1d271;hpb=6f8ca2d1ddc26dc34f0be9b733d6ef860005c06d;p=music diff --git a/fum-fum-fum.ly b/fum-fum-fum.ly index 1f0c78c..d57ee71 100644 --- a/fum-fum-fum.ly +++ b/fum-fum-fum.ly @@ -37,7 +37,7 @@ hn = #(define-music-function (parser location arg) (ly:music?) Global = { \key a \minor - \override Staff.TimeSignature #'style = #'() + \numericTimeSignature \time 4/4 \once \override TextScript #'padding = #2.0 @@ -47,7 +47,7 @@ Global = % Intro - s1*4 \bar "||:" % 1-4 + s1*4 \bar ".|:-||" % 1-4 % The rest... @@ -202,15 +202,11 @@ Chords = \chordmode % Rhythm = \relative c { -%% \set Voice.autoBeaming = ##f -%% \set Staff.instrument = #"Rhythm" - \override Staff.TimeSignature #'style = #'() + \numericTimeSignature \override NoteHead #'style = #'slash - -%Not small enough... +%Not small enough... (?) \teeny % \magnify #0.3 - % Intro % Intro @@ -291,7 +287,7 @@ Dynamics = { #(define fonts (make-pango-font-tree "Times New Roman" - "DomCasual BT" + "JazzText" "Luxi Mono" (/ staffSize 20))) @@ -304,6 +300,5 @@ 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) } +