Re: flats and sharps as symbols in a lyric text

2019-11-05 Thread Saul Tobin
On Tue, Nov 5, 2019, 5:08 PM Andrew Bernard wrote: > HI Saul, > > What is correct? I believe this is a highly subjective matter. > > Andrew > Sure, agreed. But the default should at least be reasonable without tweaking, right? > > > On Wed, 6 Nov 2019 at 11:15, Saul Tobin > wrote: > >> It

Re: flats and sharps as symbols in a lyric text

2019-11-05 Thread Saul Tobin
The breaking-ness seems like an obstacle. On Tue, Nov 5, 2019, 5:05 PM Kieren MacMillan wrote: > Hi Saul, > > > It bugs me a bit that macros are needed to tweak the spacing of > accidental symbols in markup. Shouldn't the default markup commands for > accidental symbols have correct size and

Re: flats and sharps as symbols in a lyric text

2019-11-05 Thread Andrew Bernard
HI Saul, What is correct? I believe this is a highly subjective matter. Andrew On Wed, 6 Nov 2019 at 11:15, Saul Tobin wrote: > It bugs me a bit that macros are needed to tweak the spacing of accidental > symbols in markup. Shouldn't the default markup commands for accidental > symbols have

Re: flats and sharps as symbols in a lyric text

2019-11-05 Thread Kieren MacMillan
Hi Saul, > It bugs me a bit that macros are needed to tweak the spacing of accidental > symbols in markup. Shouldn't the default markup commands for accidental > symbols have correct size and spacing? That would be easy to fix in the distro, if you wanted to submit a patch… but it would screw

Re: flats and sharps as symbols in a lyric text

2019-11-05 Thread Saul Tobin
It bugs me a bit that macros are needed to tweak the spacing of accidental symbols in markup. Shouldn't the default markup commands for accidental symbols have correct size and spacing? On Tue, Nov 5, 2019 at 4:02 PM Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Saul (et al.), >

Re: flats and sharps as symbols in a lyric text

2019-11-05 Thread Kieren MacMillan
Hi Saul (et al.), > I usually just type the accidental signs as Unicode characters. I find the > sizing and alignment works better than with the Lilypond markup commands. Personally, I find the Unicode symbols unattractive, so I prefer to use Lilypond. Sizing and alignment are easily tweaked

Re: flats and sharps as symbols in a lyric text

2019-11-05 Thread Saul Tobin
I usually just type the accidental signs as Unicode characters. I find the sizing and alignment works better than with the Lilypond markup commands. On Tue, Nov 5, 2019, 3:32 PM Karsten Reincke wrote: > Dear friends; > > does anyone know how I could insert a (double) flat or a (double) sharp in

Re: flats and sharps as symbols in a lyric text

2019-11-05 Thread David Nalesnik
On Tue, Nov 5, 2019 at 5:33 PM Karsten Reincke wrote: > > Dear friends; > > does anyone know how I could insert a (double) flat or a (double) sharp in a > lyric > text (or stanza or anywhe else) to comment a chord representation? > Sure, see

flats and sharps as symbols in a lyric text

2019-11-05 Thread Karsten Reincke
Dear friends; does anyone know how I could insert a (double) flat or a (double) sharp in a lyric text (or stanza or anywhe else) to comment a chord representation? Many thanks for your help Karsten -- Karsten Reincke/\/\ (+49|0) 170 / 927 78 57 Im Braungeröll 31 >oo<

Re: Graphic lines create

2019-11-05 Thread Andrew Bernard
Hi All, As I mentioned above, if you use PostScript it wont output to SVG. The OP says his requirement is SVG output, so it is no use giving him PostScript pointers. Reggie, if you can accept normal PDF output then it's OK. Andrew

Re: Graphic lines create

2019-11-05 Thread karl
Karl: > Reggie: > > Karl Hammar wrote ... > > > zz = \markup\postscript "0 1 360 5 mul { cos 0.01 mul 0.002 add .01 exch > > > rlineto } for stroke" > > > > > > \relative c'' { > > > c4^\zz c c c | > > > c c c c | > > > } ... > > Karl this looks outstanding but I don't understand how the code

Re: Graphic lines create

2019-11-05 Thread Pierre Perol-Schneider
There's a markup function that could help: \draw-squiggle-line (see: http://lilypond.org/doc/v2.19/Documentation/notation/graphic) E.g. a little heavy but works: \version "2.19.83" %#(set-global-staff-size 40) vib = \markup\concat \override #'(thickness . 2) \override #'(angularity . 0.9)

Re: Graphic lines create

2019-11-05 Thread karl
Ben: > On 11/5/2019 11:35 AM, k...@aspodata.se wrote: ... > > zz = \markup\postscript "0 1 360 5 mul { cos 0.01 mul 0.002 add .01 exch > > rlineto } for stroke" > > > > \relative c'' { > >c4^\zz c c c | > >c c c c | > > } > > > > there is also a \markup\path command that possible could be

Re: Graphic lines create

2019-11-05 Thread Ben
On 11/5/2019 11:35 AM, k...@aspodata.se wrote: Reggie: ... Andrew thank you for the vibrato but you say it's able to create close to my image? How would I learn which code to change for that to happen? I probably need to draw curves free as I move forward but I need SVG output so I guess I'm

Re: Graphic lines create

2019-11-05 Thread karl
Reggie: > Karl Hammar wrote ... > > To just do something curvy, do something like: > > > > zz = \markup\postscript "0 1 360 5 mul { cos 0.01 mul 0.002 add .01 exch > > rlineto } for stroke" > > > > \relative c'' { > > c4^\zz c c c | > > c c c c | > > } > > > > there is also a \markup\path

Re: Graphic lines create

2019-11-05 Thread Ben
On 11/5/2019 1:42 AM, Pierre Perol-Schneider wrote: Hi Reggie, As Andrew pointed, see: http://lilypond.1069038.n5.nabble.com/Off-topics-vibrato-td145006.html#a145087 Cheers, Pierre Le mar. 5 nov. 2019 à 03:14, Reggie > a écrit : Hi. I cannot find how to

Re: Graphic lines create

2019-11-05 Thread Ben
On 11/5/2019 12:08 PM, Reggie wrote: Karl Hammar wrote Reggie: ... Andrew thank you for the vibrato but you say it's able to create close to my image? How would I learn which code to change for that to happen? I probably need to draw curves free as I move forward but I need SVG output so I

Re: Graphic lines create

2019-11-05 Thread Reggie
Karl Hammar wrote > Reggie: > ... >> Andrew thank you for the vibrato but you say it's able to create close to >> my >> image? How would I learn which code to change for that to happen? I >> probably >> need to draw curves free as I move forward but I need SVG output so I >> guess >> I'm out off

Re: Graphic lines create

2019-11-05 Thread karl
Reggie: ... > Andrew thank you for the vibrato but you say it's able to create close to my > image? How would I learn which code to change for that to happen? I probably > need to draw curves free as I move forward but I need SVG output so I guess > I'm out off luck. In Sibelius it's quite easy to

Re: Graphic lines create

2019-11-05 Thread Reggie
Andrew Bernard wrote > HI Reggie, > > If you want to draw all sorts of freeform curves, then that's a whole > topic > of it's own. compared to the algorithmic code for the vibrato. > > Let us know. > > Andrew Andrew thank you for the vibrato but you say it's able to create close to my image?

Re: How to use optional arguments / parameters in a define-markup-command

2019-11-05 Thread Urs Liska
5. November 2019 11:19, "Thomas Morley" schrieb: > Am Di., 5. Nov. 2019 um 09:14 Uhr schrieb Karsten Reincke > : > >> On Mon, 2019-11-04 at 23:06 +0100, Thomas Morley wrote: >> Am Mo., 4. Nov. 2019 um 18:00 Uhr schrieb Karsten Reincke >> : >> [...] >> Let me quote another part of my reply: >>

Re: How to use optional arguments / parameters in a define-markup-command

2019-11-05 Thread Thomas Morley
Am Di., 5. Nov. 2019 um 09:14 Uhr schrieb Karsten Reincke : > > On Mon, 2019-11-04 at 23:06 +0100, Thomas Morley wrote: > > Am Mo., 4. Nov. 2019 um 18:00 Uhr schrieb Karsten Reincke > > : > > [...] > > Let me quote another part of my reply: > > > > Am Fr., 1. Nov. 2019 um 16:01 Uhr schrieb Thomas

Re: How to use optional arguments / parameters in a define-markup-command

2019-11-05 Thread Karsten Reincke
On Mon, 2019-11-04 at 23:45 +, Urs Liska wrote: Dear Urs; many thanks for your comments and hints! I admire how thoroughly you read other work and how many time you spend with helping others! > Hi Karsten, > > 4. November 2019 17:59, "Karsten Reincke" schrieb: > [...] > > Here is a pure

Re: How to use optional arguments / parameters in a define-markup-command

2019-11-05 Thread Karsten Reincke
On Mon, 2019-11-04 at 23:06 +0100, Thomas Morley wrote: > Am Mo., 4. Nov. 2019 um 18:00 Uhr schrieb Karsten Reincke > : > [...] > Let me quote another part of my reply: > > Am Fr., 1. Nov. 2019 um 16:01 Uhr schrieb Thomas Morley > : > > > For variable amount of args I'd go for list? (or the