Thanks for the assistance with my chart thus far; now I have two questions 
remaining.

1.  How can I increase the legibility of the chart by expanding staff sizes, 
etc., especially the chord names?  Jazz players would no doubt appreciate 
much thicker chord symbols.

2.  I'm still getting a funny "tail" on slash noteheads.  How do I fix?


Source code follows:


\header {
        title = "Monkeystump, the Drifter"
        composer = "S L Raymond"
        pagenumber = "no"
        tagline = " "
        }

changes = \chords {r1 c:7 r r r bes:7 r r a:9+ g:7 f:7 es:7}

\score {
   \notes <<
     \context ChordNames {
         \property ChordNames.chordChanges = ##t
         \transpose c d \changes
     }
     \context Staff = one \relative d'' {
        \property Staff.instrument = #"Tenor Sax"
        \key d \major
        \time 4/4
        \clef treble
        \skip 2
                a8 c e d
                \repeat volta 2 {
                        r1
                        r2 r4 b'4
                        c8 dis,8 e g b a r8 fis
                        r8 g,4. bes4 d8 c~
                        c1
                        r2 r8 e8 g a
                        bes a g f e d r8 g~
                        g4 r4 d8 c b a
                        r8
                        \property Voice.TextScript\override #'padding = #1
                        a_\markup "Last Time: repeat final 4 bars" b c cis a' 
aes g~
                        g2 b,8 d g f~
                        f1~
                        f1
                        }
                }

     \new ChordNames {
         \property ChordNames.chordChanges = ##t
         \changes
     }
     \new Staff {
                \property Staff.instrument = #"Bass"
                \key c \major
                \clef bass
                \skip 2
                r2
                        r8 c8^\accent~ c4 ~ c2~
                        c1~
                        c1~
                        c2 r2

                        r4. bes,8^\accent~ bes,2~
                        bes,1~
                        bes,1
                        a,2
                \property Voice.NoteHead \override #'style = #'slash
          \property Voice.Stem \override #'length = #0 d4 d
                        d d d d
                        d d d d
                        d d d d
                        d d d d
                \property Voice.NoteHead \revert #'style
         \property Voice.Stem \revert #'length
        }

   >>
   \paper{ }
   \midi{ }
}



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to