bug-lilypond
[Top][All Lists]
Advanced

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

Re: rehearsal mark staff-padding


From: Mats Bengtsson
Subject: Re: rehearsal mark staff-padding
Date: Fri, 11 Apr 2008 16:06:32 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

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 <address@hidden>:

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








reply via email to

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