./print/lilypond, GNU Music Typesetter

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.24.3, Package name: lilypond-2.24.3, Maintainer: schmonz

LilyPond is a music typesetter. It produces beautiful sheet music using a
high level description file as input. It excels at typesetting classical
music, but you can also print pop-songs. With LilyPond we hope to make music
publication software available to anyone on the internet.

The input to LilyPond is plain text. So, you can use your favorite text
editor to enter it, you can put it in mail or embed it in an article like
this:

\relative c'' { \key c \minor; r8 c16 b c8 g as c16 b c8 d | g,4 }

The output looks very good: the font and the layout algorithms were inspired
by engraved music, so you can expect that same clear and elegant look from
your LilyPond output. And if you don't like the looks, you can tweak almost
everything.

The program also has limited MIDI functionality: you can write MIDI files
with lilypond, and we have a simple MIDI to lilypond conversion tool, midi2ly.
Conversion tools for PMX, MUP, ABC, Finale and Musedata are also included.

LilyPond is free software. It is licensed under GNU General Public License,
so you can use, modify and redistribute the program with almost no
restrictions. LilyPond is part of the GNU Project.


Required to run:
[print/ghostscript] [graphics/freetype2] [graphics/potrace] [fonts/fontconfig] [devel/glib2] [devel/boehm-gc] [devel/pango] [print/tex-graphics] [fonts/tex-psnfss] [fonts/tex-lh] [print/tex-cyrillic] [print/tex-epsf] [fonts/tex-tex-gyre] [lang/guile22] [lang/python310]

Required to build:
[graphics/ImageMagick] [graphics/netpbm] [fonts/t1utils] [fonts/fontforge] [fonts/intlfonts] [fonts/kochi-ttf] [net/rsync] [pkgtools/x11-links] [devel/flex] [textproc/dblatex] [x11/xcb-proto] [fonts/tex-metafont] [fonts/urw-fonts] [graphics/tex-metapost] [fonts/font-cronyx-cyrillic] [fonts/tex-fontinst] [x11/xorgproto]

Master sites:

Filesize: 18985.644 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-29 17:58:05 by Amitai Schleier | Files touched by this commit (3) | Package updated
Log message:
lilypond: update to 2.24.3. Changes:

- Restore PDF conversion with the recent Ghostscript 10.02.1
- Add initial support for Guile 3.0 (2.2 remains recommended)
   2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145)
Log message:
*: recursive bump for cairo dependency changes
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-09-07 15:26:16 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 2.24.2. From the changelog:

- Update the library for garbage collection, addressing crashes when
  compiling very large scores (several hundreds of pages) on Windows
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2023-02-18 02:52:50 by Amitai Schleier | Files touched by this commit (3) | Package updated
Log message:
Update to 2.24.1. From the changelog:

- This version includes a number of fixes since the release of the
  previous stable version in December 2022, and we recommend all users
  to update. Scores converted to or written for 2.24.0 will continue to
  work with this release.
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2