lilypond-user
[Top][All Lists]
Advanced

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

raise markup


From: address@hidden
Subject: raise markup
Date: Sun, 22 Mar 2020 08:06:52 +0000 (GMT)

I've created a markup, simplified to 'X' in my example, and I would like to 
move it up partway into the staff.  I can move it down with a negative number 
but it won't move higher than '0' in \translate.  There must be a way to do 
this.

-David

%%%%%
\version "2.18.2"

\score {
  \relative {
    \relative c' {
      R1_\markup{ \translate #'(0 . 7 ) "X" }
    }
  }
}
%%%%%



reply via email to

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