Thomas Morley <thomasmorle...@gmail.com> writes:

> But the following works
>
> #(define eightva
>   #{
>     \markup
>       %% messing around with \with-dimensions, because OttavaBracket has no
>       %% possibility to set details.stencil-align-dir-y
>       %% :((
>       \with-dimensions #'(0 . 4) #'(0 . 2.8)
>       \italic \concat { "8" \raise #0.5 { \hspace #0.25 "va" } \hspace #0.5
> }
>   #})

That one is easier to write as

eightva =
\markup
  %% messing around with \with-dimensions, because OttavaBracket has no
  %% possibility to set details.stencil-align-dir-y
  %% :((
  \with-dimensions #'(0 . 4) #'(0 . 2.8)
  \italic \concat
    { "8" \raise #0.5 { \hspace #0.25 "va" } \hspace #0.5 }


-- 
David Kastrup

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

Reply via email to