lilypond-user
[Top][All Lists]
Advanced

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

Re: aligning \mark text


From: Ben
Subject: Re: aligning \mark text
Date: Mon, 4 Dec 2017 11:21:56 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

On 12/4/2017 9:23 AM, Edward Neeman wrote:
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
 }
}


Your code works in aligning the boxes, but my log file shows an error - can you help me understand it?

document.ly:4:3
: programming error: cyclic chain in pure-Y-offset callbacks \mark \markup \rounded-box "x" s1

reply via email to

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