lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Still just a bit stumped.


From: Lyle Raymond
Subject: Still just a bit stumped.
Date: Fri, 19 Mar 2004 03:46:15 -0600
User-agent: KMail/1.5.3

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{ }
}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]