Issue 294: absolute spacing moves Mark_engraver to wrong staff context http://code.google.com/p/lilypond/issues/detail?id=294
New issue report by gpermus: % multipage output, so no picture attached. %{ Daniel Johnson: When using absolute spacing and moving the Mark_engraver from the Score context to the Staff context, the mark is applied to the wrong staff. If I add additional staves to the system, their marks are correct; but the mark on the first staff containing a mark is always moved to staff 1. %} \version "2.11.17" spaceWide = { \overrideProperty #"Score.NonMusicalPaperColumn" #'line-break-system-details #'((alignment-offsets . ( 0 -80 ))) } \score { << \new Staff { \spaceWide c''1 | \break \spaceWide c''1 | c''1 | \break \spaceWide c''1 | } \new Staff \with { \consists Mark_engraver } { g' | g'\mark "lower staff" | g' | g' | } >> \layout { \context { \Score \remove Mark_engraver } } } Issue attributes: Status: Accepted Owner: gpermus Labels: Type-Defect Priority-Medium -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond