lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lilypond book


From: Richard Chonak
Subject: Re: lilypond book
Date: Tue, 21 Sep 2021 18:17:25 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

If you're familiar with LaTeX, you can create a document that invokes Lilypond scores:

main.lytex:
\documentclass[12pt]{book}
\usepackage[paperheight=10in,paperwidth=7in,margin=0.5in,twoside]{geometry}
\usepackage[latin,main=english]{babel}
\usepackage{fontspec}
\usepackage{fancyhdr}
\pagestyle{empty}

\lilypondfile[noindent,staffsize=18,line-width=6\in]{Score1.ly}
\newpage
\lilypondfile[noindent,staffsize=18,line-width=6\in]{Score2.ly}


and process it with the command:

lilypond-book main.lytex



reply via email to

[Prev in Thread] Current Thread [Next in Thread]