>> 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
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
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
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
_
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
_
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
__
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
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
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
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
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
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
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
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,
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.
__
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
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
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
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-
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
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
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
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
> 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
24 matches
Mail list logo