Skip to content

Stemby/latex-lilypond

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project provides:

  • a LaTeX package (lilypond.sty) to include lilypond-typeset music into a LaTeX document
  • a Python script (lilytex.py) to get the music images
  • the test files (test.tex and testlily.ly)

How to build the example

Case 1 (pdfLaTeX)

  1. $ pdflatex test.tex
  2. $ python3 lilytex.py test.lil
  3. $ pdflatex test.tex

Case 2 (LaTeX)

  1. $ latex test.tex
  2. $ python3 lilytex.py test.lil
  3. $ latex test.tex

About

Integrating LilyPond in LaTeX

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published