LilyPond

LilyPond is a free score writing application. Its input is a plain text file in the LilyPond music writing format, and its output is in either PostScript or PDF.

Installation

Install the lilypond package.

Front-ends

  • Denemo Supports keyboard, MIDI and acoustic input, written in C.
http://denemo.org/ || denemoAUR
  • Frescobaldi Provides music view with two-way point & click, MIDI capturing and playback, written in Python with PyQt.
https://www.frescobaldi.org/index.html || frescobaldi

Usage

Create a test file like:

test.ly
{
 c' e' g' e'
}

To compile it, use:

$ lilypond test.ly

It will create test.pdf and test.ps files that contain your score.

LilyPond provides musicxml2ly(1) to convert MusicXML to the LilyPond format.

For more information, see info lilypond, lilypond(1) and the documentation.

Text editor support

LilyPond comes with modes for Emacs and Vim, see the documentation.

For Vim see the filetype plugin /usr/share/vim/vimfiles/ftplugin/lilypond.vim for the available key mappings.

Emacs lilypond-mode

lilypond package installs some Emacs files including /usr/share/emacs/site-lisp/lilypond-mode.el.

To use , firstly then again .

NeoVim

nvim-lilypond-suite is a plugin for writing LilyPond scores with asynchronous make, midi/MP3 player, "hyphenation" function for lyrics, fast syntax highlighting... This repository also contains an ftplugin for LaTeX files which allows embedded LilyPond syntax highlighting, and makeprg which support lilypond-book or lyluatex-gitAUR package out of the box.

gollark: I have a self-built desktop running Arch and a cheap server from Ebay running Alpine. They work quite well.
gollark: Probably. It was talked about *before* that thing too.
gollark: The justification was some bullying last year which happened to involve phones... clearly this is the appropriate response.
gollark: My school, in its infinite wisdom, has banned phones during lunch/break.
gollark: I mean, they're exempt from minimum wage...

See also

This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.