Status: Accepted Owner: jameseli...@googlemail.com CC: v.villenave Labels: Type-Defect Priority-Medium Regression regtest
New issue 997 by v.villenave: RehearsalMarks are not kept inside the page http://code.google.com/p/lilypond/issues/detail?id=997 % The following example is taken from the page-label.ly regtest. % Though the regtest doesn't show the bug, when compiled separately % the mark goes out of the page. \version "2.13.7" %% This obviously doesn't do anything. \layout { \context { \Score \override NonMusicalPaperColumn #'keep-inside-line = ##t } } %BEGIN REGTEST #(set-default-paper-size "a6") { c'2 c' \mark \markup { A (page 3) } \break c' c' } %How can this be fixed, and how can we make sure %the regtest shows the bug? -- 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 _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond