Hi,

 here is the next question:

Is there a way to move the tweaks in the following code into the
markup definition of secs so that they don't clutter up the score?

--
Orm

%<------------------------------------------------------------
\version "2.19.5"

#(define-markup-command (secs layout props numsecs)
  (string?)
  (interpret-markup layout props
   (markup 
    #:fontsize -1 
    #:bold numsecs)))

{ r1 \fermata 
  -\tweak self-alignment-X #-0.5 
  -\tweak padding #4
  ^\markup \secs #"> 2\"" }
%<------------------------------------------------------------


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

Reply via email to