Re: Disappearing dynamics

2018-11-12 Thread Andrew Bernard
Hi k\Kevin and All, It ranks as one of the most bizarre bugs I have ever seen (and I speak as a software developer of many decades). It's only with Frescobaldi. Command line compilation is fine. It's only dynamic markings, which is puzzling - whatever is going on? Running sync of course I tried, t

Re: Disappearing dynamics

2018-11-12 Thread Kevin Barry
> Didn't seem to help unfortunately. So far it really seems that LilyPond > behaves inconsistently in this case when run as a subprocess of Frescobaldi. How bizarre. I wonder what difference there could possibly be that would make files appear to have different content. Does this issue occur in Fr

Re: Disappearing dynamics

2018-11-12 Thread Urs Liska
Am 12.11.18 um 22:15 schrieb Graham King: On 9 Nov 2018, at 14:07, Andrew Bernard wrote: I do not know how to get the lilypond command for compiling out of Frescobaldi to examine. ...but you might be able to get it out of the process table by using the Linux command "ps" with a suitable fla

Re: Disappearing dynamics

2018-11-12 Thread Graham King
On 9 Nov 2018, at 14:07, Andrew Bernard wrote: > I do not know > how to get the lilypond command for compiling out of Frescobaldi to examine. ...but you might be able to get it out of the process table by using the Linux command "ps" with a suitable flag (see "man ps" on your distro). This ne

Re: ChordNames change measure widths

2018-11-12 Thread Thomas Morley
Am Mo., 12. Nov. 2018 um 19:28 Uhr schrieb Malte Meyn : > > > > Am 12.11.18 um 18:07 schrieb Torsten Hämmerle: > > Hi Malte, > > > > That's strange, but it seems to be related to the *3 (length factor) used in > > g1*3. > > Restricting the use of these multipliers to full measure rests (i.e. writin

Re: ChordNames change measure widths

2018-11-12 Thread Malte Meyn
Am 12.11.18 um 18:07 schrieb Torsten Hämmerle: Hi Malte, That's strange, but it seems to be related to the *3 (length factor) used in g1*3. Restricting the use of these multipliers to full measure rests (i.e. writing g1 s1*2) I couldn't reproduce the effect. Can you confirm this? I can confi

Re: ChordNames change measure widths

2018-11-12 Thread Torsten Hämmerle
Hi Malte, That's strange, but it seems to be related to the *3 (length factor) used in g1*3. Restricting the use of these multipliers to full measure rests (i.e. writing g1 s1*2) I couldn't reproduce the effect. Can you confirm this? Thanks Torsten -- Sent from: http://lilypond.1069038.n5.nabb

Re: ChordNames change measure widths

2018-11-12 Thread Malte Meyn
Am 12.11.18 um 17:05 schrieb Malte Meyn: Hi list, the following code produces measures of different length: The measures containing a ChordName are narrower than the others. That’s a bug, isn’t it? % \version "2.19.82" Same for 2.12.3 t

ChordNames change measure widths

2018-11-12 Thread Malte Meyn
Hi list, the following code produces measures of different length: The measures containing a ChordName are narrower than the others. That’s a bug, isn’t it? % \version "2.19.82" << \chords { s1*4 % try also s1*3 and see the line break