Re: Glissando stems

2022-08-08 Thread Jean Abou Samra
Le 08/08/2022 à 17:19, Thomas Morley a écrit : Hi Mark, `ly:item-get-column' used in bultin `grob::when' sometimes causes the problem, if blindly thrown at all system's elts, as I do in said coding. Let's fix it: https://gitlab.com/lilypond/lilypond/-/merge_requests/1531

Re: Glissando stems

2022-08-08 Thread Mark Knoop
At 17:19 on 08 Aug 2022, Thomas Morley wrote: That said, meanwhile I don't like the whole approach anymore... The need to recreate things LilyPond already has done is an alarm sign. Maybe there are other still uncovered bugs. Alas, I don't have a working alternative :( Many thanks Harm, I have

Re: Glissando stems

2022-08-08 Thread Thomas Morley
Am Mo., 8. Aug. 2022 um 16:35 Uhr schrieb Mark Knoop : > > Following on from this old thread... > > https://lists.gnu.org/archive/html/lilypond-user/2019-10/msg00405.html > > ... I'm using Harm's fantastic code to align/attach Stems to a Glissando line. > > However, I've come across a problem with

Glissando stems

2022-08-08 Thread Mark Knoop
Following on from this old thread... https://lists.gnu.org/archive/html/lilypond-user/2019-10/msg00405.html ... I'm using Harm's fantastic code to align/attach Stems to a Glissando line. However, I've come across a problem with the code which in relation to MultiMeasureRests. Namely, writing a

Re: glissando stems

2011-12-12 Thread James
Hello, On 8 December 2011 22:28, Thomas Morley wrote: > Hi Mike, > > 2011/12/8 m...@apollinemike.com : >> Le Dec 8, 2011 à 1:30 AM, Thomas Morley a écrit : >> >> I worked on this for a long time.  It is near impossible to get stems to >> link up to glissandos and automate direction of stems @ th

Re: glissando stems

2011-12-08 Thread Thomas Morley
Hi Mike, 2011/12/8 m...@apollinemike.com : > Le Dec 8, 2011 à 1:30 AM, Thomas Morley a écrit : > > I worked on this for a long time.  It is near impossible to get stems to link > up to glissandos and automate direction of stems @ the same time.  However, > if you set NoteHead #'glissando-skip =

Re: glissando stems

2011-12-07 Thread m...@apollinemike.com
Le Dec 8, 2011 à 1:30 AM, Thomas Morley a écrit : > Hi, > > there was a discussion on lily-devel to implement glissando stems: > http://lists.gnu.org/archive/html/lilypond-devel/2011-06/msg00810.html > but finally it was rejected. > > Han-Wen's suggestion from >

glissando stems

2011-12-07 Thread Thomas Morley
Hi, there was a discussion on lily-devel to implement glissando stems: http://lists.gnu.org/archive/html/lilypond-devel/2011-06/msg00810.html but finally it was rejected. Han-Wen's suggestion from http://codereview.appspot.com/4661061/#ps1 (reply #16) is beyond my knowledge. My own work-a