lilypond-user
[Top][All Lists]
Advanced

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

Re: Scrape around rim


From: Andrew Bernard
Subject: Re: Scrape around rim
Date: Wed, 16 Sep 2020 10:33:27 +1000

Once you install openlilylib, here's how to do it:

\version "2.21.5"

\include "custom-music-fonts/smufl/definitions.ily"

{
  c''4
  ^\markup { \fontsize #0 \smuflglyph #"pictScrapeAroundRim" }
  c'' c'' c''

}

You just use the names in the SmuFL spec pages.

OLL now has a package system, but this function has not yet been moved
across. Still works fine.

Obviously you need to set up your path appropriately.


Andrew



reply via email to

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