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
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to