If the "old bass clef" symbol is available in some font, couldn't you just 
do this:

\version "2.10.0"
myClefSymbol = \markup{
  \override #'(font-name . "Times New Roman" ) \huge "A"
}

\score{
\relative c'{
  \override Staff.Clef #'stencil = #ly:text-interface::print
  \override Staff.Clef #'text = #myClefSymbol

  c d e f | g a b c |
}
}



(I didn't create this solution; it was in my folder of useful snippets - I 
probably got it from this list or from LSR)


Tim Reeves
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to