Here's an alternative solution that puts the marks in their own
dynamic context, keeping them vertically aligned:

\version "2.18.2"
<<
\new Dynamics \with { \consists Mark_engraver } {
  \mark \markup \rounded-box "x" s1
  \mark \markup \rounded-box "x" s1
  \mark \markup \rounded-box "x" s1
  \mark \markup \rounded-box "x" s1


}
\new Staff \relative c'' {
  c1
  g'1
  a,1
  c''1
}
>>
\layout {
 \context {
   \Score
   \remove Mark_engraver
 }
}

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

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


On Mon, Dec 4, 2017 at 9:21 AM, Edward Neeman <edward.nee...@gmail.com> wrote:
> 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
> edward.nee...@gmail.com
> www.neemanpianoduo.com
>
>
> On Mon, Dec 4, 2017 at 5:14 AM, Rohan Drape <rohan.dr...@gmail.com> wrote:
>> pps. thanks so much for lilypond!  it's very very excellent!
>>
>> _______________________________________________
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to