bug-lilypond
[Top][All Lists]
Advanced

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

Issue 294 in project lilypond


From: codesite-noreply
Subject: Issue 294 in project lilypond
Date: Tue, 13 Feb 2007 12:24:08 -0800

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




reply via email to

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