Re[2]: Make dynamic script with long text

2019-01-11 Thread Trevor
Andrew, you wrote 11/01/2019 00:50:24 Subject: Re: Make dynamic script with long text Here is an interesting technical documentation issue, which is that I had no idea this has anything to do with extra-spacing-width, and only hit on it after long searches of the web and the archives, then

Re: Make dynamic script with long text

2019-01-10 Thread Andrew Bernard
t.self-alignment-X #LEFT > \tweak DynamicText.extra-spacing-width #'(+inf.0 . -inf.0) > #(make-dynamic-script ppecrescText) > ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Make dynamic script with long text

2019-01-10 Thread Thomas Morley
ext.extra-spacing-width #'(0 . -20) > #(make-dynamic-script ppecrescText) > > > This idea came from a post from 2017. > > https://lists.gnu.org/archive/html/lilypond-user/2017-08/msg00097.html > > What's really going on here? > > > Andrew The general def

Re[2]: Make dynamic script with long text

2019-01-10 Thread Trevor
Apologies, I rattled the previous reply off too quickly. This is what I'd mis-remembered: ppecresc = \tweak DynamicText.self-alignment-X #LEFT \tweak DynamicText.extra-spacing-width #'(0 . -10) #(make-dynamic-script ppecrescText) Trevor -- Original Message -- From: "

Re: Make dynamic script with long text

2019-01-10 Thread Andrew Bernard
Hmm. Adding extra-spacing-width seems to work. ppecrescText = \markup { \normal-text \italic "pp e cresc ..." } ppecresc = \tweak DynamicText.self-alignment-X #LEFT \tweak DynamicText.extra-spacing-width #'(0 . -20) #(make-dynamic-script ppecrescText) This idea came from a

Re: Make dynamic script with long text

2019-01-10 Thread Andrew Bernard
nard" > To: "lilypond-user Mailinglist" > Sent: 10/01/2019 12:12:19 > Subject: Make dynamic script with long text > > Using make-dynamic-script generally works well for me. But now I need to > have "pp e cresc...". This is all well and good, except I would

Re: Make dynamic script with long text

2019-01-10 Thread Trevor
-- Original Message -- From: "Andrew Bernard" To: "lilypond-user Mailinglist" Sent: 10/01/2019 12:12:19 Subject: Make dynamic script with long text Using make-dynamic-script generally works well for me. But now I need to have "pp e cresc...". This

Make dynamic script with long text

2019-01-10 Thread Andrew Bernard
Using make-dynamic-script generally works well for me. But now I need to have "pp e cresc...". This is all well and good, except I would like the dynamic text to run across the span barlines. The following MWE shows what I have. The text shies away from the span barline and pushes things

Re: Syntax for make-dynamic-script

2013-01-21 Thread Colin Hall
David Kastrup writes: > Colin Hall writes: > >> David Kastrup writes: >> >>> Colin Hall writes: >>> David Kastrup gnu.org> writes: > > Richard Shann virgin.net> writes: > > > On Sat, 2012-12-22 at 00:58 +0100, David Kastrup wrote: > > I guess this $ notation is

Re: Syntax for make-dynamic-script

2013-01-21 Thread David Kastrup
Colin Hall writes: > David Kastrup writes: > >> Colin Hall writes: >> >>> David Kastrup gnu.org> writes: >>> Richard Shann virgin.net> writes: > On Sat, 2012-12-22 at 00:58 +0100, David Kastrup wrote: > I guess this $ notation is documented somewhere - searching arou

Re: Syntax for make-dynamic-script

2013-01-21 Thread Colin Hall
David Kastrup writes: > Colin Hall writes: > >> David Kastrup gnu.org> writes: >> >>> >>> Richard Shann virgin.net> writes: >>> >>> > On Sat, 2012-12-22 at 00:58 +0100, David Kastrup wrote: >>> > I guess this $ notation is documented somewhere - searching around >>> > yesterday evening I cam

Re: Syntax for make-dynamic-script

2013-01-04 Thread Colin Hall
On Dec 26, 2012 10:49 AM, "David Kastrup" wrote: > > Colin Hall writes: > > > David Kastrup gnu.org> writes: > > > >> > >> Richard Shann virgin.net> writes: > >> > >> > On Sat, 2012-12-22 at 00:58 +0100, David Kastrup wrote: > >> > I guess this $ notation is documented somewhere - searching aro

Re: Syntax for make-dynamic-script

2012-12-26 Thread David Kastrup
Colin Hall writes: > David Kastrup gnu.org> writes: > >> >> Richard Shann virgin.net> writes: >> >> > On Sat, 2012-12-22 at 00:58 +0100, David Kastrup wrote: >> > I guess this $ notation is documented somewhere - searching around >> > yesterday evening I came across this >> > http://lilypond.

Re: Syntax for make-dynamic-script

2012-12-25 Thread Colin Hall
David Kastrup gnu.org> writes: > > Richard Shann virgin.net> writes: > > > On Sat, 2012-12-22 at 00:58 +0100, David Kastrup wrote: > > I guess this $ notation is documented somewhere - searching around > > yesterday evening I came across this > > http://lilypond.org/doc/v2.16/Documentation/not

Re: Syntax for make-dynamic-script

2012-12-22 Thread David Kastrup
Richard Shann writes: > On Sat, 2012-12-22 at 00:58 +0100, David Kastrup wrote: >> For getting a copy with individual location data, you >> indeed need to write $(make-dynamic-script > > I replaced # with $ and this worked perfectly - I can now drag the > "pia.&q

Re: Syntax for make-dynamic-script

2012-12-21 Thread Richard Shann
On Sat, 2012-12-22 at 00:58 +0100, David Kastrup wrote: > For getting a copy with individual location data, you > indeed need to write $(make-dynamic-script I replaced # with $ and this worked perfectly - I can now drag the "pia." indication about on the final typeset pdf dis

Re: Syntax for make-dynamic-script

2012-12-21 Thread Luca Rossetto Casel
Il 22/12/2012 00:58, David Kastrup ha scritto: It is not clear to me why one would want a dynamic-script here: it is formatted like a non-dynamic script and "pia" means "devout" in Italian which is not really a dynamic instruction. Dear David, dear list, in 17-18th (and, more rarely, 19th) c

Re: Syntax for make-dynamic-script

2012-12-21 Thread David Kastrup
ck location given is >> textedit://filename:0:0:0 >> >> that is, no line or column information. Curiously, if I insert the text >> of the definition directly, all is well. > > Hi, > > Add a dash between <> and #(make-dynamic-script ... > The dash is AFAIK mand

Re: Syntax for make-dynamic-script

2012-12-21 Thread Xavier Scheuer
> > that is, no line or column information. Curiously, if I insert the text > of the definition directly, all is well. Hi, Add a dash between <> and #(make-dynamic-script ... The dash is AFAIK mandatory for such post-event "thing", though I know David worked on this subject, but

Syntax for make-dynamic-script

2012-12-21 Thread Richard Shann
Can anyone spot what is wrong with this? \version "2.16" MvmntIVoiceI = { <> #(make-dynamic-script (markup #:normal-text #:bold #:italic "pia.")) a'4 } \score { \MvmntIVoiceI } It is supposed to place a customized dynamics "p

Re: font definition/usage in make-dynamic-script?

2012-10-21 Thread Thomas Morley
2012/10/21 Knut Petersen : > Hi everybody! > > How can I feed the equivalent of \override #'(font-name . "FOOBAR") to > make-dynamic-script? > The "#:typewriter" below should be replaced with a special font. > make-pango-font-tree is not an > option

Re: font definition/usage in make-dynamic-script?

2012-10-21 Thread David Kastrup
Knut Petersen writes: > Hi everybody! > > How can I feed the equivalent of \override #'(font-name . "FOOBAR") to > make-dynamic-script? > The "#:typewriter" below should be replaced with a special font. > make-pango-font-tree is not an > option

font definition/usage in make-dynamic-script?

2012-10-21 Thread Knut Petersen
Hi everybody! How can I feed the equivalent of \override #'(font-name . "FOOBAR") to make-dynamic-script? The "#:typewriter" below should be replaced with a special font. make-pango-font-tree is not an option because of the known issues. foo = #(make-dynamic-script

Re: make-dynamic-script shows mysterious aligning behaviour

2007-02-05 Thread Roland Goretzki
Hello list, hello Joe, You wrote: > On 2/2/07, Roland Goretzki <[EMAIL PROTECTED]> wrote: > > [ ... ] > >In the following I've listed the lower case characters, which show a > >different behaviour ( > > 1. with "?" they are aligned about .4 or .5 staff spaces > > too high, > > 2. with "." t

Re: make-dynamic-script shows mysterious aligning behaviour

2007-02-04 Thread Joe Neeman
On 2/2/07, Roland Goretzki <[EMAIL PROTECTED]> wrote: Hi at all, (using version 2.10.14) make-dynamic-script is a nice feature, but there seems to be a bug, from which I don't know, wether it is a lilypond bug or a font bug or something like that: If You have a crescendoText and

make-dynamic-script shows mysterious aligning behaviour

2007-02-02 Thread Roland Goretzki
Hi at all, (using version 2.10.14) make-dynamic-script is a nice feature, but there seems to be a bug, from which I don't know, wether it is a lilypond bug or a font bug or something like that: If You have a crescendoText and then an own dynamic with normal text, the dynamic will not

Re: #(make-dynamic-script) [TIP/TRICK/FUNCTION]

2006-06-05 Thread Kieren MacMillan
Hi, everyone! Graham offered: Seriously, I don't know how to do this, but a set of tips on how to produce easily-used and beautiful "sub p" / "f espr" / etc signs would be of great value to many people (including me). Please consider figuring this out, and if necessary adding patches to li

Re: #(make-dynamic-script)

2006-06-01 Thread Kieren MacMillan
Hi, Graham: Hey, weren't you asking for suggestions for hacking lilypond? ;) In a sense, I already have a million ideas on how to hack Lilypond! ;-) The problem is figuring out the best way to start, from a learning- curve-plus-community-benefit perspective. a set of tips on how to produ

Re: #(make-dynamic-script)

2006-06-01 Thread Graham Percival
On 31-May-06, at 4:01 AM, Kieren Richard MacMillan wrote: subPTrans = #(make-dynamic-script (markup #:hspace 0 #:translate (cons 4 0) #:line(#:normal-text #:italic "sub." #:hspace -0.3 #:dynamic "p" ))) However, I find that the extra padding is irritating -- for exam

Re: #(make-dynamic-script)

2006-05-31 Thread Kieren Richard MacMillan
Hi, Vivian: What I would really like to do, though, is make a dynamic mark that included normal text (specifically "sub p" or "sub f") subP = #(make-dynamic-script (markup #:line(#:normal-text #:italic "sub." #:hspace -0.3 #:dynamic "p" )))

#(make-dynamic-script)

2006-05-31 Thread Vivian Barty-Taylor
In the manual for version 2.8.0 it says that it is possible to make new dynamic marks. I've tried this and it works. What I would really like to do, though, is make a dynamic mark that included normal text (specifically "sub p" or "sub f")At the moment I do this by putting in a _\markup line, and t