Re: Parenthesized dynamics

2017-05-09 Thread Andrew Bernard
Hi Michiel, Generalising your code so you don't need to create a function with hard coded offsets for every dynamic used and every instance leads to: == snip parenOffsetDyn = #(define-event-function (dyn x-off y-off) (ly:event? number? number?) (make-dynamic-script #{ \markup \concat {

Re: Parenthesized dynamics

2017-05-09 Thread Klaus Blum
fontsize #2 ) } #})) % -- Cheers, Klaus -- View this message in context: http://lilypond.1069038.n5.nabble.com/Parenthesized-dynamics-tp203007p203009.html Sent from the User mailing list archive at

Parenthesized dynamics

2017-05-08 Thread Michiel Sikma
Hi all, I've been doing some work on trying to get parenthesized dynamic markings. But I can't quite get them just right. What I want to do is fine-tune the exact positioning of the dynamic letter itself. I've got an example here: http://lilybin.com/j5mgdg/1 I found the code for parenthesizing the

Re: parenthesized dynamics, that behave like dynamics

2008-02-08 Thread Valentin Villenave
2008/2/4, Graham Percival <[EMAIL PROTECTED]>: > Please add this to LSR, with tags "text" and "docs". Done: http://lsr.dsi.unimi.it/LSR/Item?id=382 By the way, if anyone has a better title... Cheers, Valentin ___ lilypond-user mailing list lilypond-u

Re: parenthesized dynamics, that behave like dynamics

2008-02-03 Thread Graham Percival
Please add this to LSR, with tags "text" and "docs". Cheers, - Graham On Sun, 3 Feb 2008 18:39:48 -0500 Kieren MacMillan <[EMAIL PROTECTED]> wrote: > Hi Reinhold, > > > This seems to work fine, except for one very important issue: > > \dynamicUp or > > \dynamicDown does not work on them! See

Re: parenthesized dynamics, that behave like dynamics

2008-02-03 Thread Kieren MacMillan
Hi Reinhold, This seems to work fine, except for one very important issue: \dynamicUp or \dynamicDown does not work on them! See e.g. the attached sample file. How's this? Kieren. _ \version "2.11.37" \paper { ragged-right = ##t } parenF = #(make-dynamic-script (markup #:l

parenthesized dynamics, that behave like dynamics

2008-02-03 Thread Reinhold Kainhofer
In the documentation there is a tip how to create parenthesized dynamics: http://lilypond.org/doc/v2.11/Documentation/user/lilypond/New-dynamic-marks#New-dynamic-marks This seems to work fine, except for one very important issue: \dynamicUp or \dynamicDown does not work on them! See e.g. the