diff options
author | Jonathan Gregory <jgrg@autistici.org> | 2020-11-24 14:16:42 -0300 |
---|---|---|
committer | Jonathan Gregory <jgrg@autistici.org> | 2020-11-24 14:16:42 -0300 |
commit | 8ddd67016df7bae1d6e25354c825602cbf3e4a1f (patch) | |
tree | 587c4cdb451488b9e608e92891183d1e7d576111 | |
parent | efc3f2d237eefff7b91ba027a61d799da3ff858a (diff) | |
download | emacsconf-wiki-8ddd67016df7bae1d6e25354c825602cbf3e4a1f.tar.xz emacsconf-wiki-8ddd67016df7bae1d6e25354c825602cbf3e4a1f.zip |
Update info page 4
-rw-r--r-- | 2020/info/04.md | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/2020/info/04.md b/2020/info/04.md index 141fc935..562e6a56 100644 --- a/2020/info/04.md +++ b/2020/info/04.md @@ -2,14 +2,12 @@ Jonathan Gregory LilyPond is an extensible program for producing high-quality sheet -music engraved with traditional layout rules. Similar to LaTeX and -other typesetting programs, its input format simply describes the -visual layout of the score using commands to define musical -expressions. This makes collaboration easier, prevents users from -having to adjust layout settings manually, and faciliates digital -archiving and distribution of musical scores. In this talk, I begin -by showcasing LilyPond syntax and mode using literate programming -techniques as examples for building sheet music in Emacs, and proceed -with an overview of the setup I use for producing music books with GNU -Make, LilyPond, and LilyPond-mode. - +music engraved with traditional layout rules. Similar to LaTeX and +other typesetting programs, its input format describes the visual +layout of the score using commands to define musical expressions. This +makes collaboration easier, prevents users from having to adjust +layout settings manually, and facilitates digital archiving and +distribution of musical scores. In this talk, I begin with an overview +of the LilyPond syntax and move on to showcase ways for producing +algorithmic compositions and music books using Make, Org and +LilyPond-mode. |