At 13:12 on 02 Mar 2010, Martin Tarenskeen wrote:
> On Tue, 2 Mar 2010, James Bailey wrote:
> 
> > \score { \new Staff { \transpose c' c { \guitarMusic} } \midi {} }
> > should do the trick.
> 
> Does this mean I have to use two \score sections. One for \midi and
> onBe {} for \layout {} like this? :
> 
> \score { \new Staff { \transpose c' c { \guitarMusic} } \midi {} }
> \score { \new Staff { \guitarMusic } \layout {} }
> 
> I was hopening for an easier way, but this isn't that difficult
> either.

Alternatively you could override the clef stencil, e.g.:

\override Staff.Clef #'stencil =  #ly:text-interface::print
\override Staff.Clef #'text = #(markup #:musicglyph "clefs.G")

(untested)

-- 
Mark Knoop


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to