On Wed, May 6, 2015 at 2:02 PM, David Nalesnik <david.nales...@gmail.com>
wrote:

> Hi Holland,
>
> On Wed, May 6, 2015 at 9:45 AM, holl...@hollandhopson.com <
> holl...@hollandhopson.com> wrote:
>
>> Hello all,
>> I’m using frameEngraver for a harp part and the repeat signs are not
>> aligned. The problem appears when I use compoundMeter. Below is a minimal
>> example that demonstrates the issue. It requires
>> "frameEngraver-bars-and-boxes.ily” which I’ve attached.
>>
>>
I should mention that this needs 2.18.x  There is a single change which you
need for current development versions.  See the last line below:

%%%%%%%%%%%%%%%%%%%%%%%%% ADD NEW GROB DEFINITIONS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

#(define (add-grob-definition grob-name grob-entry)
   (let* ((meta-entry   (assoc-get 'meta grob-entry))
          (class        (assoc-get 'class meta-entry))
          (ifaces-entry (assoc-get 'interfaces meta-entry)))
     (set-object-property! grob-name 'translation-type?
ly:grob-properties?) ;; NB!!

[...]

DN
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to