bug-lilypond
[Top][All Lists]
Advanced

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

Re: MultiMeasureRest duplicte IDs


From: David Kastrup
Subject: Re: MultiMeasureRest duplicte IDs
Date: Tue, 14 Mar 2017 16:32:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Klaus Rettinghaus <address@hidden> writes:

> Hi all,
>
> if you assign an id to a MultiMeasureRest it results in an invalid
> SVG, because both the rest symbol AND the number are containered in
> equal g containers (with duplicate ids).
> Best would be to have both in one single container. Alternatively just
> assign the id to the rest symbol.
>
> \version 2.19.56
> {
> \compressFullBarRests
> \tweak output-attributes #'((id . multi-measure-rest) )
> R1*8
> }

Tracker issue: 5096 (https://sourceforge.net/p/testlilyissues/issues/5096/)
Rietveld issue: 315710043 (https://codereview.appspot.com/315710043)
Issue description:
  MultiMeasureRest causes MultiMeasureRestNumber  Previously both
  MultiMeasureRest and MultiMeasureRestNumber were caused by the rest
  event itself, making tweaks always address either object.  Use a
  directed tweak to MultiMeasureRestNumber for reaching it now.

For now, use

  \tweak MultiMeasureRest.output-attributes.id #'multi-measure-rest
  R1*8


-- 
David Kastrup



reply via email to

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