lilypond-user
[Top][All Lists]
Advanced

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

Re: can't seem to apply tweaks on tweaks


From: David Kastrup
Subject: Re: can't seem to apply tweaks on tweaks
Date: Wed, 30 Dec 2015 15:53:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Thomas Morley <address@hidden> 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



reply via email to

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