lilypond-user
[Top][All Lists]
Advanced

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

Re: sponsorship offer: \lyricsto with \partcombine


From: Erik Sandberg
Subject: Re: sponsorship offer: \lyricsto with \partcombine
Date: Thu, 14 Sep 2006 10:08:42 +0200
User-agent: Internet Messaging Program (IMP) 3.2.7

Citerar Ted Walther <address@hidden>:

> To typeset hymns with the same high quality that lilypond brings to
> other areas of music typesetting, I need to be able to use \lyricsto
> with \partcombine.

What exactly do you want to do?

If you want to align one lyric line to one voice, and another lyric line to
another voice, then you can do something like:
<<
\partcombine \sopNotes \altoNotes
\new Devnull="sop" \sopNotes
\lyricsto "sop" \sopLyrics
\new Devnull="alto" \altoNotes
\lyricsto "alto" \altoLyrics
>>

> Also, what would it cost to make the chord-threshold variable in
> part-combiner.scm/dtermine-split-list be settable inside a .ly file?

A rewrite of partcombiner is on the todo.

You can copy all the code from part-combiner.scm into your ly file, all you need
to do is to add a # before each toplevel expression to make lily understand it.
(you'll also have to re-define \partcombine etc. to make them use the new
definitions)

Erik





reply via email to

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