lilypond-user
[Top][All Lists]
Advanced

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

Re: aligning \mark text


From: Edward Neeman
Subject: Re: aligning \mark text
Date: Mon, 4 Dec 2017 09:21:40 -0500

I'm guessing that staff-padding doesn't work because the Mark_engraver
is part of the Score context, not the Staff context. What about this?

\version "2.18.2"
\relative c'' {
  \override Score.RehearsalMark.padding = #5
  \mark \markup \rounded-box "x" c1
  \mark \markup \rounded-box "x" g'1
  \mark \markup \rounded-box "x" a,1
  \mark \markup \rounded-box "x" c''1
}

Best,
Edward
--------------

Dr. Edward Neeman
Adjunct Instructor, South Georgia State College
Collaborative Pianist, Valdosta State University, Georgia
Artist Faculty, ELMS Conservatory, Jakarta
address@hidden
www.neemanpianoduo.com


On Mon, Dec 4, 2017 at 5:14 AM, Rohan Drape <address@hidden> wrote:
> pps. thanks so much for lilypond!  it's very very excellent!
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>



reply via email to

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