lilypond-user
[Top][All Lists]
Advanced

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

Re: Add \mark entries with edition-engraver?


From: Kieren MacMillan
Subject: Re: Add \mark entries with edition-engraver?
Date: Sun, 11 Jan 2015 15:52:46 -0500

Hi Jan-Peter,

> thank you for this snippet! I will work on it next week :)

While you’re in there…  ;)

1. If you \set Score.currentBarNumber, everything gets wonky from there on.  =)

2. Please consider addding some syntactic sugar for common actions like

    2a. setting a lot of items at the same moment within different measures, 
e.g.,

        \editionMod #’(1 4 8 12 18) 0/4 \lineBreak

    2b. lumping all overrides for a single context id, e.g.,

        \editionMod my-context-id
            #’(
                    1 0/4 \overrideA
                    3 1/8 \overrideB
                    14 3/4 \overrideC
            )

Thanks!
Kieren.
_______________________

Kieren MacMillan, composer
www:  <http://www.kierenmacmillan.info>
email:  address@hidden


reply via email to

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