Re: trying to solve "cyclic chain in pure-Y-offset callbacks" error in custom (ScoreMarks) context

2017-08-03 Thread Kieren MacMillan
Hi Toine, >> 3. In any case, is there a better way of doing what I'm trying to do (i.e., >> one that won't cause the error in the first place)? > > What about: > \layout { > \context { >\Score >\remove Staff_collecting_engraver > } > } Whoa… that looks… potentially problematic.

Re: trying to solve "cyclic chain in pure-Y-offset callbacks" error in custom (ScoreMarks) context

2017-08-03 Thread Toine Schreurs
> In the snippet included below, I'm using a custom ScoreMarks context to show > MetronomeMarks (plus, in the real world, RehearsalMarks and other things) > above the system. The problem is, in order to have the MetronomeMark align > correctly with the TimeSignature, I must (?) include the

Re: weird Accidental spacing/padding issue

2017-08-03 Thread tisimst
On Thu, Aug 3, 2017 at 11:06 AM, Kieren MacMillan [via Lilypond] < ml+s1069038n204846...@n5.nabble.com> wrote: > > I hoped it wasn't a font problem. > > Me, too. =) > Glad it wasn't. > Then, again, if it was a font problem, at least we'd know it wasn't LP's fault and I could better address the

Re: weird Accidental spacing/padding issue

2017-08-03 Thread Kieren MacMillan
Hi Abraham, > I hoped it wasn't a font problem. Me, too. =) Glad it wasn't. > Yikes! That's an undesirable set of overrides. Tolerable, but undesirable. > Would be good to get to the bottom of what's really causing the extra space. +1 Thanks, Kieren. Kieren

trying to solve "cyclic chain in pure-Y-offset callbacks" error in custom (ScoreMarks) context

2017-08-03 Thread Kieren MacMillan
Hello all, In the snippet included below, I'm using a custom ScoreMarks context to show MetronomeMarks (plus, in the real world, RehearsalMarks and other things) above the system. The problem is, in order to have the MetronomeMark align correctly with the TimeSignature, I must (?) include the

Re: weird Accidental spacing/padding issue

2017-08-03 Thread tisimst
On Thu, Aug 3, 2017 at 7:12 AM, Kieren MacMillan [via Lilypond] < ml+s1069038n204842...@n5.nabble.com> wrote: > No. > > > Does this happen when you use Emmentaler for the music font? > > Yes. (Aside: Switching back to it to test that reminded me how much I love > Cadence!) > Thanks! I hoped it

Re: scaling "normal text" font size inside dynamic

2017-08-03 Thread tisimst
On Thu, Aug 3, 2017 at 6:45 AM, Kieren MacMillan-2 [via Lilypond] < ml+s1069038n204841...@n5.nabble.com> wrote: > > Just put \larger before \normal-text and it will respond to the > 'font-size property, but be at a larger point size than the rest of it. > > But the scaling factor is different

Re: weird Accidental spacing/padding issue

2017-08-03 Thread Kieren MacMillan
Hi Abraham, > Is there something in another staff that is causing the offset? No. > Does this happen when you use Emmentaler for the music font? Yes. (Aside: Switching back to it to test that reminded me how much I love Cadence!) > I looked at the internals section and there is the

Re: scaling "normal text" font size inside dynamic

2017-08-03 Thread Kieren MacMillan
Hi Abraham, > Just put \larger before \normal-text and it will respond to the 'font-size > property, but be at a larger point size than the rest of it. But the scaling factor is different depending on the font (x-height, etc.) — so don't I have to do that *inside* each function, and therefore

Re: Text listing output in .txt file

2017-08-03 Thread mskala
On Wed, 2 Aug 2017, Daniel Sanmartín Nieto wrote: > Is it possible to get a .txt output with a listing of text inputs written > throughout the music file? Does this have to be done all in Lilypond? Because it would be trivial to write your bits of text as comments with "%" and then extract them

Re: running midi2ly in frecobaldi 3.0

2017-08-03 Thread Federico Bruni
Il giorno lun 31 lug 2017 alle 21:23, MING TSANG ha scritto: hi lilyponders, I did the following steps in frecobaldi - trying to import midi so as to produce lily text file 1. file - import - import midi 2. selection box appeard : select midi file (created by lily ) -

Reverting TimeSignature after box notation

2017-08-03 Thread Erik Natanael Gustafsson
Hi! I'm working on a piece while learning lilypond. It uses a bit of box notation so I have the time signatures hidden in the beginning, but then I want them back. After using \override Staff.TimeSignature.stencil = ##f to remove my time signatures, I can revert back using \revert