bug-lilypond
[Top][All Lists]
Advanced

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

Re: Rehearsal mark appears on wrong staff


From: Graham Percival
Subject: Re: Rehearsal mark appears on wrong staff
Date: Tue, 13 Feb 2007 12:24:18 -0800
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

Thanks, added as
http://code.google.com/p/lilypond/issues/detail?id=294

Cheers,
- Graham

Daniel Johnson wrote:
Sorry, the previous example should have been:

%%%%% BEGIN

\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 } }
}


_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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