Re: Inserting a "hard" white space?

2020-09-09 Thread Aaron Hill
On 2020-09-09 7:27 pm, Alasdair McAndrew wrote: I have created a few expression marks (for some early 18th century music I'm trying to typeset) which I put into place with carefully adjusted x and y offsets. The trouble is that Lilypond doesn't take these marks into account when spacing out no

Inserting a "hard" white space?

2020-09-09 Thread Alasdair McAndrew
Hello, I have created a few expression marks (for some early 18th century music I'm trying to typeset) which I put into place with carefully adjusted x and y offsets. The trouble is that Lilypond doesn't take these marks into account when spacing out notes and bars, and sometimes the expression m

Re: peculiar behaviour with clefs when using acciaccatura on first note in a piece.

2020-09-09 Thread David Kastrup
Maurits Lamers writes: > Hey all, > > I noticed some unexpected behavior when using an acciaciatura on the first > note of a piece: > > \version "2.20.0" > > \score { > << > \new Staff { > \clef treble > \new Voice { > \acciaccatura { g8 } > g1} > >

Re: lilyglyphs issue?

2020-09-09 Thread Fernando Gil
Thank you for pointing this to me Urs, It's working for me now, since I'm still using Python 2.7 on my machine. Sadly, I don't know Python so I think I'm not the person who may help you with that issue. Your modules and packages are awesome and very useful. Regards! El mié., 9 sept. 2020 a las 3:

Re: tempo spanners

2020-09-09 Thread Martín Rincón Botero
FWIW in the meanwhile I managed to improve the appearance of my metronome markings by centering them, and by not hiding but omitting the tempo markings for the MIDI: \relative c'' { \override TextSpanner #'(bound-details left text) = "rit." \override TextSpanner #'(bound-details right text) = \ma

Re: tempo spanners

2020-09-09 Thread Martín Rincón Botero
here a MWE \relative c'' { \override TextSpanner #'(bound-details left text) = x \override TextSpanner #'(bound-details right text) = x \override TextSpanner #'(bound-details left-broken text) = ##f \override TextSpanner #'(bound-details right-broken text) = ##f %\override TextSpanner.to

Re: tempo spanners

2020-09-09 Thread Martín Rincón Botero
Actually, I just noticed that if the new tempo is supposed to appear in a new system after the accel., the new tempo is not shown with this code. Any other ideas on how to properly write an aligned accel. with a new tempo? Am Mi., 9. Sept. 2020 um 10:38 Uhr schrieb Martín Rincón Botero < martinrin

tempo spanners

2020-09-09 Thread Martín Rincón Botero
I know we don't have this, and that tempo spanners have been requested before. I just wanted to know how you deal with it for the time being, especially in cases where simply using a text spanner and an additional tempo marking in an independent tempo variable doesn't work as expected, for example

Re: lilyglyphs issue?

2020-09-09 Thread Urs Liska
Am Mittwoch, den 09.09.2020, 00:55 -0500 schrieb Fernando Gil: > I'm sorry if this question does not belong here: > I'm sorry if this question does not belong here. It's OK to post this here, although https://github.com/uliska/lilyglyphs/issues would be the canonical place. > I'm trying to use l