lilypond-user
[Top][All Lists]
Advanced

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

How do I add fingering for chords


From: Kevin Dalley
Subject: How do I add fingering for chords
Date: Thu, 16 Nov 2006 13:39:12 -0800
User-agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.19 (linux)

Can I add fingering information for ChordNames when chords are entered
using chordmode?  Fingering when using staffs might be interesting as
well.  Since this is for an accordion, a single finger is often
sufficient, and I don't need 1 number per note.

\version "2.9.19"
\include "english.ly"
#(set-global-staff-size 20)
harmonies =
\relative c, {
  \chordmode {
    \time 4/4
    c1:m c:m d:m7 e:m f2:m g:7 \bar "||"
  }
}

\score {
  <<
    \context ChordNames {
     \harmonies
    }
      \context Staff = lower {
        \clef treble
        \key c \minor
                                %      \lower
        \harmonies
      }
  >>
  \layout {
    \context { \GrandStaff \accepts "Lyrics" }
    \context { \Lyrics \consists "Bar_engraver" }
  }
}




reply via email to

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