lilypond-user
[Top][All Lists]
Advanced

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

Font for SustainPedal


From: Manuela
Subject: Font for SustainPedal
Date: Thu, 6 Apr 2017 08:45:57 -0700 (MST)

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.



reply via email to

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