Hi,

I changed the font from Emmentaler to Ross, but I would like to keep the
SustainPedal from Emmentaler. I cannot figure out how to manage it,
\override SustainPedal.font-name did not have any effect, here a code
expamle (how do I format text in a posting as code?):

/\version "2.19.56"
\bookpart {
  \paper {
    #(define fonts
       (set-global-fonts
        #:music "ross"
        #:brace "gonville"
        ))
  }
  \relative c' {
    \override SustainPedal.font-name = "Emmentaler" %% does not work
    c4-\markup {
      \override #'(font-name . Emmentaler) %% does not work either
      \musicglyph #"pedal.Ped"
    }
  }
}

\bookpart {
  \relative c' {
    c4-\markup {
      \musicglyph #"pedal.Ped"
    }
  }
}/

Thanks for suggestions,
Manuela



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Font-for-SustainPedal-tp202004.html
Sent from the User mailing list archive at Nabble.com.

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

Reply via email to