bug-lilypond
[Top][All Lists]
Advanced

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

post-score markup included with -dpreview


From: Arvid Grøtting
Subject: post-score markup included with -dpreview
Date: Sat, 24 May 2008 23:02:47 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

>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."







reply via email to

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