Re: Line-breaking with non-aligned barlines

2018-10-28 Thread Werner LEMBERG
>> If possible, this should be made the default. I even suggest to >> completely drop the current behaviour since I can't envision a >> situation where you really want this. > > I'll open an issue on the tracker. Thanks. > As workaround a much more elaborated coding below. Excellent! I gues

Re: fonts not working as expected

2018-10-28 Thread Andrew Bernard
I have freshly installed Mac OS 10.13.6 HIgh Sierra. Using lilypond 2.19.80, when specifying "Alegreya Medium" as the font name, whether the font is installed system wide for for just me, the example compiles but the Alegreya reverts to the lilypond sans default. Definitely not working right. And I

Re: \RemoveEmptyStaves not removing first line

2018-10-28 Thread Lukas-Fabian Moser
I am currently engraving a song for soprano and piano which begins with 15 measures of piano solo. I would like the soprano's staff not to show since it is not playing. \RemoveEmptyStaves does not seem to hide the first line of the piece. In current versions (there's no reason not to use the

\RemoveEmptyStaves not removing first line

2018-10-28 Thread Rohan Srinivasan
Dear list, I am currently engraving a song for soprano and piano which begins with 15 measures of piano solo. I would like the soprano's staff not to show since it is not playing. \RemoveEmptyStaves does not seem to hide the first line of the piece. Rohan _

Re: fonts not working as expected

2018-10-28 Thread Andrew Bernard
Hi Kieran, In a message to me you mentioned you are using Alegreya Medium. Downloading this from the original type foundry, with 2.19.82 on Ubuntu 18.10 the use of the font name "Alegreya Medium", just that, works just fine. I'll try it on my Mac. Andrew _

Re: Function or command to omit only certain accidentals of a chord?

2018-10-28 Thread Pedro Pessoa
Hello Jan! I'm just testing out EE and I've come across the need to adress a noteHead tweak in a note inside a chord. Looking for a solution, I came to this post. Is this implemented? -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html __

Re: Line-breaking with non-aligned barlines

2018-10-28 Thread Thomas Morley
Am So., 28. Okt. 2018 um 08:07 Uhr schrieb Werner LEMBERG : > > > A minimal would be: > > > > \paper { indent = 0 ragged-right = ##t } > > > > { > > \override Beam.breakable = ##t > > s2. s8 > > c'8[ > > \break > > c'16] > > } > > > > Not sure I'd call it a bug. > > IMHO, it is

Re: fonts not working as expected

2018-10-28 Thread Kieren MacMillan
Hi Abraham, > When you say “outputs nothing” do you mean nothing appears, or nothing > changes from the main doc font? It literally disappears — a blank space where there was markup before. Thanks, Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmill

Re: Force text on line without using \textLengthOn

2018-10-28 Thread Thomas Morley
Am Fr., 26. Okt. 2018 um 13:58 Uhr schrieb Thomas Morley : > currently I've not the time to dive deeper in your code, maybe later > today or during the upcoming weekend. Hi Urs, I haven't looked deeply into your code, but I think it will not work as desired. First some general words about (Text

Issue with make-dead-when (divisi, hara_kiri)

2018-10-28 Thread Saul Tobin
Hi all, Not sure if this should be on the User mailing list or one of the others. The attached code replicates a strange behavior I have encountered several different times, where seemingly random and irrelevant musical details cause staves to incorrectly disappear when using the divisi snippet I

Re: fonts not working as expected

2018-10-28 Thread Abraham Lee
Hey, Kieren! On Sun, Oct 28, 2018 at 2:13 PM Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi all, > > No MWE possible, because obviously it’s a local problem with my computer… > > I’ve installed fonts on my computer. I’ve restarted the machine, and > allowed Lilypond to recache font

Re: MarkLine and bar numbers

2018-10-28 Thread Simon Albrecht
On 28.10.18 17:10, Thomas Morley wrote: %% !! \override BarNumber.after-line-breaking = #'() \accepts "MarkLine" } } Only minimalistic tests done, though ... I applied it to my real-world score, and it’s definitely a step forward – however, behaviour is really erratic now: som

fonts not working as expected

2018-10-28 Thread Kieren MacMillan
Hi all, No MWE possible, because obviously it’s a local problem with my computer… I’ve installed fonts on my computer. I’ve restarted the machine, and allowed Lilypond to recache fonts. Frescobaldi’s auto-completion mechanism recognizes (and suggests) the new fonts, and they appear as expected

Re: MarkLine and bar numbers

2018-10-28 Thread Thomas Morley
Am So., 28. Okt. 2018 um 17:56 Uhr schrieb Kieren MacMillan : > > Hi Harm, > > >\override BarNumber.after-line-breaking = #'() > > Whoa… What exactly does that do? It seems like a nuclear option! > > I’ll be sure to give it a try the next time I run into the issue (which > should be very soon,

Re: MarkLine and bar numbers

2018-10-28 Thread Kieren MacMillan
Hi Harm, >\override BarNumber.after-line-breaking = #'() Whoa… What exactly does that do? It seems like a nuclear option! I’ll be sure to give it a try the next time I run into the issue (which should be very soon, since it happens so frequently). Cheers, Kieren. __

Re: interlocking/overlapping HorizontalBracket

2018-10-28 Thread Kieren MacMillan
Hi Harm, > Of course you could use a second Voice. > Or use a second Voice like below, although very cumbersome. > […] > I'd love someone would demonstrate a better way. I just tried it. Unfortunately, it becomes unmanageably cumbersome (effectively impossible) once the main voice has anything e

Re: MarkLine and bar numbers

2018-10-28 Thread Thomas Morley
Am So., 28. Okt. 2018 um 12:39 Uhr schrieb Simon Albrecht : > > Hello list, > > I’m currently debugging a couple issues with a use case of the MarkLine > context. One of them is demonstrated in the attached minimal scenario: > with a MarkLine atop the topmost staff, the barnumbers fail to align > w

Re: MarkLine and bar numbers

2018-10-28 Thread Kieren MacMillan
Hi Simon, > If bar numbers are in the Staff context, start-of-line marks will be > displaced as if to accommodate Score bar numbers, even if there are none. > Anyone? Yeah, this is a thorn in my side, and has been for years. Never had the time to track down MWEs etc. to post a bug — instead, I

Re: MarkLine and bar numbers

2018-10-28 Thread Simon Albrecht
Follow-up question: If bar numbers are in the Staff context, start-of-line marks will be displaced as if to accommodate Score bar numbers, even if there are none. Anyone? Sorry I’m pushing on this apparently hardly supported construct… Best, Simon \version "2.19.82" #(ly:set-option 'debug-

Re: interlocking/overlapping HorizontalBracket

2018-10-28 Thread Kieren MacMillan
Hi Harm, > I don't think looking at spanner-id is implemented for HorizontalBracket. =( > Ofcourse you could use a second Voice. > Or use a second Voice like below, although very cumbersome. I wonder what [minimum set of] engravers would a context need in order to just engrave HorizontalBracke

Re: MarkLine and bar numbers

2018-10-28 Thread Simon Albrecht
On 28.10.18 14:00, damianlegassick wrote: Hello Simon don't have the solution to moving the bar number, but 'normally' they *do* align as in your pic Thanks for the hint, that got me on the right track as to a workaround: moving Bar_number_engraver to the topmost staff. Not an actual soluti

Re: MarkLine and bar numbers

2018-10-28 Thread damianlegassick
Hello Simon don't have the solution to moving the bar number, but 'normally' they *do* align as in your pic \version "2.19.82" aux = { s1*2 } soprano = \relative { s1 \mark\default \break s } << \new StaffGroup << \new Staff \new Voice \soprano \new Staff \new Voice \au

MarkLine and bar numbers

2018-10-28 Thread Simon Albrecht
Hello list, I’m currently debugging a couple issues with a use case of the MarkLine context. One of them is demonstrated in the attached minimal scenario: with a MarkLine atop the topmost staff, the barnumbers fail to align with the latter, as they normally would. Does anybody know how to pre

Re: Line-breaking with non-aligned barlines

2018-10-28 Thread Werner LEMBERG
> A minimal would be: > > \paper { indent = 0 ragged-right = ##t } > > { > \override Beam.breakable = ##t > s2. s8 > c'8[ > \break > c'16] > } > > Not sure I'd call it a bug. IMHO, it is a bug. > But I'd love to have a method to change this behaviour easily, > currently the