Re: Slur / phrasingSlur half dashed, half solid

2009-04-16 Thread MonAmiPierrot
Carl D. Sorensen wrote: > > > > 2. Will the transition always be in the middle, or would it be preferable > to > define the transition point (e.g. 3/4 dashed, 1/4 solid). > > > Actually, I found out that the "editorial" dashed slur is used in a very "simple" manner in critical editions sco

Re: Slur / phrasingSlur half dashed, half solid

2009-04-14 Thread Mark Polesky
Carl D. Sorensen wrote: > > 1. Would it be better to have an abrupt transition > from dashed to solid, or to have a gradual > transition from dashed to solid, with the > dash-fraction gradually increasing? If I had to choose only one, I would say abrupt. If you're willing to implement a gradual

Re: Slur / phrasingSlur half dashed, half solid

2009-04-14 Thread Carl D. Sorensen
On 4/13/09 10:02 AM, "Mark Polesky" wrote: > > > Kieren MacMillan wrote: >> I now see that dashed "slurs" are simply dashed >> lines (of invariant > thickness) which curve along >> the path that a slur would take between > two notes. >> What is standard engraving practice when it comes >> to

Re: Slur / phrasingSlur half dashed, half solid

2009-04-14 Thread Mark Polesky
Marc Hohl wrote: > Daniel Taupin and Werner Icking created > some fonts for dashed slurs, I have > attached a page of a well-known piece > of contemporary electric guitar :-), > where I use dashed slurs (not created > with lilypond) Thanks Marc, That's good to see. Though the solution I prop

Re: Slur / phrasingSlur half dashed, half solid

2009-04-14 Thread MonAmiPierrot
Mark Polesky wrote: > > Oops. > Just back and I find this Easter present. Thanks Mark. On the dashed slur: I find it in the critical edition (Chicago Univ/Ricordi) of Verdi's Traviata edited by musicologist Fabrizio Della Seta, with the meaning of an editor-added slur. This Traviata looks lik

Re: Slur / phrasingSlur half dashed, half solid

2009-04-14 Thread Marc Hohl
Kieren MacMillan schrieb: Hi all you Slur-happy people, 1. Kudos to Mark for his amazing and generous contributions! 2. Does it (now) bother anyone else that dashed slurs do not look like real slurs? I guess I always assumed — without visually confirming, obviously — that dashed slurs were re

Re: Slur / phrasingSlur half dashed, half solid

2009-04-13 Thread Andrew Hawryluk
On Mon, Apr 13, 2009 at 6:41 AM, David Stocker wrote: > >>> 2. Does it (now) bother anyone else that dashed slurs do not look like >>> real slurs? I guess I always assumed — without visually confirming, >>> obviously — that dashed slurs were real slurs (that thickened and tapered, >>> etc.) with c

Re: Slur / phrasingSlur half dashed, half solid

2009-04-13 Thread Mark Polesky
Kieren MacMillan wrote: > I now see that dashed "slurs" are simply dashed > lines (of invariant thickness) which curve along > the path that a slur would take between two notes. > What is standard engraving practice when it comes > to such things? It's funny. There's a handwritten example of a h

Re: Slur / phrasingSlur half dashed, half solid

2009-04-13 Thread David Stocker
Kieren MacMillan wrote: Hi Jon (et al.), The publisher of my guitar music [...] uses dashed slurs like these with invariant thickness I note that Barenreiter also uses invariant-thickness dashed lines (e.g., Mozart Jupiter Symphony, m. 167). So that appears to be "standard practice". I th

Re: Slur / phrasingSlur half dashed, half solid

2009-04-13 Thread David Stocker
2. Does it (now) bother anyone else that dashed slurs do not look like real slurs? I guess I always assumed — without visually confirming, obviously — that dashed slurs were real slurs (that thickened and tapered, etc.) with cutouts; I now see that dashed "slurs" are simply dashed lines (of i

Re: Slur / phrasingSlur half dashed, half solid

2009-04-13 Thread Kieren MacMillan
Hi Jon (et al.), The publisher of my guitar music [...] uses dashed slurs like these with invariant thickness I note that Barenreiter also uses invariant-thickness dashed lines (e.g., Mozart Jupiter Symphony, m. 167). So that appears to be "standard practice". It probably would look nicer

Re: Slur / phrasingSlur half dashed, half solid

2009-04-13 Thread Jonathan Kulp
Kieren MacMillan wrote: Hi all you Slur-happy people, 1. Kudos to Mark for his amazing and generous contributions! +1. Wow! 2. Does it (now) bother anyone else that dashed slurs do not look like real slurs? I guess I always assumed — without visually confirming, obviously — that dashed sl

Re: Slur / phrasingSlur half dashed, half solid

2009-04-13 Thread Kieren MacMillan
Hi all you Slur-happy people, 1. Kudos to Mark for his amazing and generous contributions! 2. Does it (now) bother anyone else that dashed slurs do not look like real slurs? I guess I always assumed — without visually confirming, obviously — that dashed slurs were real slurs (that thickene

Re: Slur / phrasingSlur half dashed, half solid

2009-04-12 Thread Mark Polesky
Oops. \slurSolid needs to be added to the beginning of the music function in case \slurDashed was called before \slurSolidDashed (as an example). - Mark \version "2.13.0" halfAndHalfSlur = #(define-music-function (parser location switch-point start-dashed?) (number? boolean?) #

Re: Slur / phrasingSlur half dashed, half solid

2009-04-12 Thread Jonathan Kulp
Mark Polesky wrote: MonAmiPierrot wrote: Is there any way to have a half-dashed-half-solid Slur, i.e. a slur that begins dashed and at a certain point turns solid (or viceversa?) Piero, here's one solution. Personally, I don't think it looks quite as good as it should, but maybe you're Look

Re: Slur / phrasingSlur half dashed, half solid

2009-04-12 Thread Mark Polesky
Mark Polesky wrote: > here's one solution. same function with leaner code. Got rid of about 15 lines. - Mark \version "2.13.0" halfAndHalfSlur = #(define-music-function (parser location switch-point start-dashed?) (number? boolean?) #{ % set 'layer to -2 if you're also using

Re: Slur / phrasingSlur half dashed, half solid

2009-04-11 Thread Mark Polesky
MonAmiPierrot wrote: > Is there any way to have a half-dashed-half-solid Slur, i.e. a slur that > begins dashed and at a certain point turns solid (or viceversa?) Piero, here's one solution. Personally, I don't think it looks quite as good as it should, but maybe you're not as picky as I am. Prin