Re: programming error: cyclic dependency: example
Richard Shann <[email protected]> Fri, 29 Aug 2025 12:45:41 +0100
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2025-08-29 at 07:09 -0400, Dan Eble wrote: > > The score below has the Bar_number_engraver moved to Staff level: > > The example adds Bar_number_engraver to a particular Staff and leaves > it > in Score. When I add a \break to your example at measure 3, I see > two > bar numbers; is that what you are trying to achieve? I ask because > you > said that the actual score from which this is derived has no > problems. Sorry, I just meant no problems from the programming error... I'm working on possible remaining problems with the size and positioning of the bar numbers in Ossia staffs and hope to create a thread on lilypond-user about this. > > Also, is this example really "minimal"? When I remove commands like > \RemoveAllEmptyStaves and \hideNotes, I don't notice any change in > the > output. you're right, probably only 99.998% minimal, compared with the original :) What was really strange about this cutting down process was that the error message would disappear on changing whole measure rests to notes at certain places, so I was thankful when I had got it down thus far. But I gave up a little early :( Richard.