Hi,

Sometimes in piano music you need to attach more than one fingering to a note
to indicate that while that note is held down you should change fingers.

I've typeset this successfully using Lily in the past, with code similar to
the following. Using Lily 2.2.0, however, the "2 3" attached to the f is
printed at a considerably smaller size than the "3" attached to the c. Should
these not be the same size by default?

Chris



\version "2.2.0"

\score
{
  \notes
  {
    \clef treble
    c''^3 d'' e'' f''^\markup {\finger "2 3"}
  }
  \paper
  {
    raggedright = ##t
  }
}



-- 
Chris Sawer   -   [EMAIL PROTECTED]   -   Mutopia team leader
Free sheet music for all at Mutopia:  http://www.MutopiaProject.org

Mutopia discussion mailing list now up and running. Details at:
http://lists.blackcatnetworks.co.uk/cgi-bin/mailman/listinfo/mutopia-discuss


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

Reply via email to