| Port details on branch 2026Q1 |
- lilypond GNU music typesetter
- 2.24.4_1 print
=0 2.24.4_1Version of this port present on the latest quarterly branch. - Maintainer: m.ne@gmx.net
 - Port Added: 2026-02-16 20:06:05
- Last Update: 2026-02-16 20:04:21
- Commit Hash: 319de12
- Also Listed In: audio
- License: GPLv3
- WWW:
- https://lilypond.org/
- Description:
- LilyPond is a music typesetter. It produces sheet music using a
high-level description file, which is plain text, as input. You
can use your favorite text editor to enter the description files.
The font and the layout were inspired by engraved music, but can
be modified. The program also has limited MIDI functionality: you
can write MIDI files, and there is a MIDI to lilypond conversion
tool, midi2ly. Conversion tools for PMX, MUP, ABC, Finale and
Musedata are also included.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- lilypond>0:print/lilypond
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/print/lilypond/ && make install clean
- To add the package, run one of these commands:
- pkg install print/lilypond
- pkg install lilypond
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lilypond
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1721656885
SHA256 (lilypond-2.24.4.tar.gz) = e96fa03571c79f20e1979653afabdbe4ee42765a3d9fd14953f0cd9eea51781c
SIZE (lilypond-2.24.4.tar.gz) = 19442316
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- dblatex : textproc/dblatex
- fontforge : print/fontforge
- help2man : misc/help2man
- pdftexi2dvi : print/texinfo
- pngtopnm : graphics/netpbm
- rsync : net/rsync
- t1ascii : print/t1utils
- texi2html : textproc/texi2html
- zip : archivers/zip
- bison : devel/bison
- gettext-tools>=0.26 : devel/gettext-tools
- ghostscript10>=10.02.0 : print/ghostscript10
- gmake>=4.4.1 : devel/gmake
- ImageMagick7>=7 : graphics/ImageMagick7
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- gettext-runtime>=0.26 : devel/gettext-runtime
- perl5>=5.42.r<5.43 : lang/perl5.42
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- DejaVuSans-Bold.ttf : x11-fonts/dejavu
- mftrace : print/mftrace
- urw-base35-fonts>0 : x11-fonts/urw-base35-fonts
- ghostscript10>=10.02.0 : print/ghostscript10
- python3.11 : lang/python311
- indexinfo : print/indexinfo
- Library dependencies:
-
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libharfbuzz.so : print/harfbuzz
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- libguile-2.2.so : lang/guile2
- libgc-threaded.so : devel/boehm-gc-threaded
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for lilypond-2.24.4_1:
NLS=on: Native Language Support
====> Guile extension language support: you have to select exactly one of them
GUILE2=on: Use guile2
GUILE3=off: Use guile3
===> Use 'make config' to modify these settings
- Options name:
- print_lilypond
- USES:
- bison:build compiler:c++11-lib cpe gettext-tools ghostscript gmake gnome magick:7,build perl5 pkgconfig python guile:2.2 gettext-runtime
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.24.4_1 16 Feb 2026 20:04:21
    |
Dimitry Andric (dim)  |
print/lilypond: fix build with clang 21
With clang 21 print/lilypond fails to build, with errors similar to:
In file included from line-interface.cc:25:
In file included from
/wrkdirs/usr/ports/print/lilypond/work/lilypond-2.24.4/lily/include/lazy-skyline-pair.hh:24:
/wrkdirs/usr/ports/print/lilypond/work/lilypond-2.24.4/lily/include/transform.hh:32:3:
error: 'smob_trampoline' is a private member of 'Smob_base<Transform>'
32 | LY_DECLARE_SMOB_PROC (&Transform::call, 1, 0, 0);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/print/lilypond/work/lilypond-2.24.4/lily/include/smobs.hh:245:32:
note: expanded from macro 'LY_DECLARE_SMOB_PROC'
245 | LY_DECLARE_STATIC_SMOB_PROC (smob_trampoline<PMF>, REQ, OPT, VAR)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/print/lilypond/work/lilypond-2.24.4/lily/include/smobs.hh:240:65:
note: expanded from macro 'LY_DECLARE_STATIC_SMOB_PROC'
240 | scm_set_smob_apply (smob_tag, reinterpret_cast<scm_t_subr>
(FUN), REQ, \
| ^~~(Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|