[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lilypond-auto] Issue 2199 in lilypond: Mark_engraver in StaffGroup
From: |
lilypond |
Subject: |
Re: [Lilypond-auto] Issue 2199 in lilypond: Mark_engraver in StaffGroup misplaces marks at top of Score |
Date: |
Mon, 03 Jun 2013 13:58:12 +0000 |
Comment #5 on issue 2199 by address@hidden: Mark_engraver in
StaffGroup misplaces marks at top of Score
http://code.google.com/p/lilypond/issues/detail?id=2199
I have also experienced this problem. When moving Staff_collecting_engraver
to a staff group in LilyPond 2.16.2 (binary x86_64 package from ArchLinux),
I was greeted with a SIGSEGV.
Switching to the development build (commit 3c31b3c of branch master) there
is no SIGSEGV, but the Staff_collecting_engraver still collects all the
StaffSymbols, not only those from the StaffGroup.
This is also problematic with Bar_number_engraver, which also depends on
Staff_collecting_engraver to position the bar numbers correctly (and
therefore e.g. if one wishes to have bar number both at the top of the
score and top of the strings staff group, he is out of luck for now).
It seems the current behaviour is that engravers acknowledge all
StaffSymbol grobs, regardless the context the grobs were instantiated (am I
using the correct term here? I am quite unfamiliar with the source code).
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
- Re: [Lilypond-auto] Issue 2199 in lilypond: Mark_engraver in StaffGroup misplaces marks at top of Score,
lilypond <=