Re: edition-engraver: multiple editions

2018-07-01 Thread Mason Hock
On 07/01, Jan-Peter Voigt wrote: > Hi Mason, > > thank you for the hint what has to be explained more concisely in the > docs that are still waiting for there incarnation. > > In you examples activation of the editions is done with > `\addEdition first`. To only apply edition `second` you can

Re: edition-engraver: multiple editions

2018-07-01 Thread Jan-Peter Voigt
Hi Mason, thank you for the hint what has to be explained more concisely in the docs that are still waiting for there incarnation. In you examples activation of the editions is done with `\addEdition first`. To only apply edition `second` you can omit `\addEdition first` or comment that out. The

edition-engraver: multiple editions

2018-06-30 Thread Mason Hock
I'm slowly getting a handle on edition-engraver, largely thanks to this[1] guide, which very clearly explains basic usage for a single edition. However, neither the guide nor the usage examples in the repo demonstrate the use of multiple editions, and I'm confused as to how that would be done

Re: Edition Engraver -- multiple editions

2018-03-01 Thread Craig Dabelstein
Jan-Peter, Thank you so much. Now I get it! I'm working on critical editions of band music from the French Revolution -- at the moment an Ouverture by Charles-Simon Catel. The edition engraver has just become invaluable to me. All the best, Craig On 1 March 2018 at 18:14, Jan-Peter Voigt

Re: Edition Engraver -- multiple editions

2018-03-01 Thread Jan-Peter Voigt
Hi Craig, you remind me to rethink wording/naming of the different identifiers! In your example you point on two different ID-types. With \addEdition you add one target-ID to the current compilation. You can add multiple targets like fullscore, global-mods, original-page-breaks at once.

Edition Engraver -- multiple editions

2018-02-28 Thread Craig Dabelstein
Hi all, I thought I had my head around the edition engraver but I'm going wrong somewhere. If I want to have different mods for a score, the parts, and a selection of mods applicable to both the score and the parts, do I need to create three different editions such as this: \addEdition score

Re: Edition-engraver: Multiple editions in same file

2016-01-24 Thread Ben Strecker
Thank you Jan-Peter and Kieren, That helps clear up a lot of my confusion. Ben > On Jan 24, 2016, at 2:24 PM, Jan-Peter Voigt wrote: > > Hi Ben, > > I was about to write about the three dimension to watch. But I have to think > about it, if I can change this. > For now

Re: Edition-engraver: Multiple editions in same file

2016-01-24 Thread Jan-Peter Voigt
Hi Ben, I was about to write about the three dimension to watch. But I have to think about it, if I can change this. For now there will one set of editiontags per compilation. So every call to \addEdition and \removeEdition will affect the list of active modification-layers for the whole run.

Re: Edition-engraver: Multiple editions in same file

2016-01-23 Thread Urs Liska
Am 22.01.2016 um 22:00 schrieb Ben Strecker: > I’m working on a project that would have the same melody appearing in > different ranges in the same document. Each range has its own set of > modifications through the edition-engraver, but using \removeEdition anywhere > in the file appears to

Re: Edition-engraver: Multiple editions in same file

2016-01-23 Thread Kieren MacMillan
Hi Benjamin, > So far this seems to be working, but I don't know if this is considered the > 'correct' way to do it. > So have I kept myself on the beaten path or wandered into inadvisable > territory? This is what I do, all the time. I’ve never had any problems with it, so I’m assuming it’s

Re: Edition-engraver: Multiple editions in same file

2016-01-23 Thread Benjamin Strecker
Thanks, Urs. That occurred to me after a good night’s sleep. I think I have *a* solution now, but I don’t know if it’s the recommended way to do things. My project contains four scores where the melody is the same but in different registers. There are some modifications that I want applied

Edition-engraver: Multiple editions in same file

2016-01-22 Thread Ben Strecker
I’m working on a project that would have the same melody appearing in different ranges in the same document. Each range has its own set of modifications through the edition-engraver, but using \removeEdition anywhere in the file appears to remove that edition for all of the scores. What is