Hi Jean,
Thanks for notifying me. I can confirm that the fix solves the problem. I was
able to typeset a score with the right fonts after re-running brew install
lilypond.
Thanks a lot for fixing this!
Best,
Bart
> Op 18 jan. 2023, om 16:54 heeft Jean Abou Samra het
> volgende geschreven:
>
Hello Silvain,
this is only true if you define a "rational meter" to be a meter which
evaluates to a rational number. Note that a Time Signature is NOT a rational
number, else 3/4 and 6/8 would be equivalent.
And similarly to how a rational argument is not an argument that corresponds
to a rat
Le 07/01/2023 à 20:48, Jean Abou Samra a écrit :
In short: use the official binaries provided on lilypond.org for now.
This has been fixed now. You should be able to install LilyPond from
Homebrew and use it without this bug.
Best,
Jean
OpenPGP_signature
Description: OpenPGP digital sig
Hi Mike,
> I'm wondering if there is a way to put beat markers in the chords section as
> in the following:
Well, you could definitely use the Slash_repeat_engraver, if you know what
you’re doing…
I don’t really, but I took a whack at it — see snippet below.
Hope that helps!
Kieren.
p.s. Real
Thank you again Leo,
This comes very handy.
BEst
K
On Wed, Jan 18, 2023 at 11:14:39AM +0100, Leo Correia de Verdier wrote:
> If the warnings bother you you could use a function to suppress them, like:
>
> irrtime = #(define-music-function (frac) (pair?)
> #{ #(ly:expect-warning "
Thank you Valentin,
In fact i am now using the solution #1 which gives correct time settings. By
the way i am using this in a "poly-metric" and "poly-tempic" context, and i
must say it works good. Only possible in Lilypond. Thank you to all developpers
and expert users for all your work and adv
I’d just like to say that I really appreciate that Lilypond handles these so
effortlessly, whatever they’re called.
I do wonder whether ‘irrational’ wasn’t originally perjorative.
Damian
On Thu, Jan 19, 2023 at 9:01 AM Mike Dean wrote:
>
> Kieren: it worked great, thanks mauch
> I am having problems when I print to PDF in 2.24/Frescobaldi 3.2: the program
> hangs (I'm not sure if it's on the Lilypond side or the Frescobaldi side ---
> Frescobaldi says that it's not responding):
The NR says that autobeaming doesn't work over rests. In some
situations this means a lot of additional work. As an example,
consider a piece that uses almost exclusively a saltarello-like
rhythm:
```
\time 6/8 d8[ r d] d[ r d]
```
I now wonder whether it makes sense to control this behaviour
Le 19/01/2023 à 21:35, Werner LEMBERG a écrit :
The NR says that autobeaming doesn't work over rests. In some
situations this means a lot of additional work. As an example,
consider a piece that uses almost exclusively a saltarello-like
rhythm:
```
\time 6/8 d8[ r d] d[ r d]
```
I now wonder
On Wed, Jan 18, 2023 at 07:27:47PM -0500, David Zelinsky wrote:
> Silvain Dupertuis writes:
>
> > It is better not to confuse a /fraction/ (as an expression) and it's
> > /value/ (as a /number/) — a number cannot have a numerator or a
> > denominator!
>
> Well, a *rational* number does have a
Hi all,
I managed to add functionality to the auto-transpose engraver snippet from
OLL so that it prints key signatures at transposition changes. It also
doesn't do so if the transposition change is only octave transposition.
The one thing I'd like to fix is the behavior when an actual key change
Thinking about this more, the issue with simultaneous transposition and key
changes is worse than I realized, since it's pretty common to write
something like:
global = {
s1
\key e \major
s1
}
music = {
g'1
\transposition a
g'1
}
\new Staff \with {
\autoTranspose
} <<
\global \mu
Knute: No, I haven't run Lilypond from the command line (I have enough
trouble using it with Frescobaldi 3.2)
Machine: Windows 10 Pro 64-bit, 16GB memory
LP version 2.24
Mike Dean
On Thu, Jan 19, 2023 at 12:15 PM Knute Snortum wrote:
> On Thu, Jan 19, 2023 at 9:01 AM Mike Dean wrote:
> >
> > K
Frescobaldi 3.2 on Linux (EndeavorOS, and Ubuntu), no matter what URL or
local file I put in the Lilypond Documentation preferences it does not
work. If I use a URL at lily[pond.org I get an Apache error. If trying
to add a local copy the index.html file simply does not appear in the
browser di
On Fri 20 Jan 2023 at 14:09:05 (+1100), Andrew Bernard wrote:
> Frescobaldi 3.2 on Linux (EndeavorOS, and Ubuntu), no matter what URL
> or local file I put in the Lilypond Documentation preferences it does
> not work. If I use a URL at lily[pond.org I get an Apache error. If
> trying to add a local
The strange thing is that this used to work fine in the past, and now
coming back to it after six months it does not. It is very strange that
on two distinct Linux distros it shows the same behaviour. It's weird
that the fill chooser dialog won't show .html files (and no, they are
not hidden f
>> The NR says that autobeaming doesn't work over rests. In some
>> situations this means a lot of additional work. As an example,
>> consider a piece that uses almost exclusively a saltarello-like
>> rhythm:
>>
>> ```
>> \time 6/8 d8[ r d] d[ r d]
>> ```
>>
>> I now wonder whether it makes sense
18 matches
Mail list logo