>8 cut here -- I'm not top posting...

\version "2.11.45"

%% -dpreview should only include first system, not post-music markup

#(ly:set-option 'preview)

\score {

  \context Score <<
    \relative c'' {
      c-\markup "this line is in the preview" c c c |\break
      c-\markup "this line shouldn't be and isn't" c c c
    }
  >>
  \layout {}
}

\markup "This markup shouldn't go in the preview, should it?  It does."





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

Reply via email to