A semi-advanced guess is that the staff-padding property only applies to objects that are created within a Staff context (or within a Voice context within a Staff context). Since rehearsal marks are created at the score level, they don't really relate to any specific Staff context, so staff-padding
doesn't make sense. Does this explanation make sense?

  /Mats

Quoting Andrew Hawryluk <[EMAIL PROTECTED]>:

Why is only the first mark shifted upward? Is it a bug in the program
or the user? :)

Andrew

\version "2.11.42"
\paper {ragged-right = ##t}
\relative c' {
        c c c c
        \once \override Score.RehearsalMark #'padding = #5
        \mark \markup Markup
        c c c c
        \once \override Score.RehearsalMark #'staff-padding = #5
        \mark \markup Markup
        c c c c
}


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






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

Reply via email to