Hi Lilyponders,
I just added a sub-section about lyLuaLaTeX to Wikipedia
[ https://en.wikipedia.org/wiki/LilyPond#Integration_into_LaTeX |
https://en.wikipedia.org/wiki/LilyPond#Integration_into_LaTeX ]
If some of you take a look and make changes
(or instruct me to do so), it can be better.
Hello Stefan & all,
You wrote:
> has someone experiences and/or ideas for using lilypond for
> eartraining-purposes?
> [ ... ]
> Are there other projects/ideas around?
well, while NOT being a programmer, nevertheless I created a little
web-based cgi-program especially for training note-reading, a
On 2020-04-16 4:47 pm, Noeck wrote:
Hi,
I have redefined the \clef command to sneak in an override to the
ClefModifier. That works but I can't use it as a layout as it is "baked
in" the music expression.
I guess there is some "after-line-breaking" solution with a lambda
function operating on th
Hi,
I have redefined the \clef command to sneak in an override to the
ClefModifier. That works but I can't use it as a layout as it is "baked
in" the music expression.
I guess there is some "after-line-breaking" solution with a lambda
function operating on the grob (ClefModifier). But I could not
Hi,
I am using the function below which is adapted from
http://lilypondblog.org/2014/01/why-use-version-control-for-engraving-scores/#more-2151
While it works and the .ly files compile successfully, the function
issues a warning (?) I’d like to get rid of.
1) If the document is in a git director
On 2020-04-16 3:06 am, Chen Leo wrote:
For people who understand lilypond's internals, is it possible to
write a custom time-signature-engraver that synchronise with the
barlines and does not add extra space to other staves by just using
scheme?
Let me first clarify I have only skimmed this thr
These lines would seem to be relevant showing a mixture of gs versions
9.26 and 9.21,
On 16/04/2020 13:46, Simon Albrecht wrote:
warning: No such directory
'/home/simon/lilypond/2.21.0/lilypond/usr/share/ghostscript/9.21/fonts'
for GS_FONTPATH
warning: No such directory
'/home/simon/lilyp
Hi Michael,
Thank you for your response.
It appears to be working now. I added environment variables PYTHONPATH and
PYTHONHOME. I'm not sure they're both needed. I might try removing PYTHONHOME.
If either of these are described in the LilyPond doc I complete missed them.
PYTHONPATH contains tw
How can one remove the empty percussion staff in Grandscore?
The \RemoveEmptyStaves seems not working on percussion staff.
Sample files can be reached at http://orchestra.tw/lilypond_Q
including:
00.ly
bdrum.ly
timp.ly
v1.ly
v2.ly
To run lilypond 00.ly (http://orchestra.tw/lilypond_Q/00.ly),
and
Hi Simon,
Am Donnerstag, den 16.04.2020, 14:46 +0200 schrieb Simon Albrecht:
> Hello everyone,
>
> I’m having a problem with my newly installed Lilypond versions
> 2.20.0
> and 2.21.0: Any compilation I start aborts while GS tries writing a
> PDF.
This sure sounds like the familiar issue with a
Hi Benjamin,
accidental-styles.chant-cautionary =
#`(#t
(Staff ,(make-accidental-rule 'same-octave 0))
(Staff ,(make-accidental-rule 'same-octave #t)))
Great to hear!
Now I am trying to figure out how to draw the first accidental within
a melisma at the beginning of the group of n
On 4/16/20 2:46 PM, Simon Albrecht wrote:
Hello everyone,
I’m having a problem with my newly installed Lilypond versions 2.20.0
and 2.21.0: Any compilation I start aborts while GS tries writing a PDF.
I installed both versions yesterday, and the first tests were
successful, before this pro
Thanks. I did figure it out, and it ended up being a pretty simple change.
accidental-styles.chant-cautionary =
#`(#t
(Staff ,(make-accidental-rule 'same-octave 0))
(Staff ,(make-accidental-rule 'same-octave #t)))
Now I am trying to figure out how to draw the first accidental within a
Hello everyone,
I’m having a problem with my newly installed Lilypond versions 2.20.0
and 2.21.0: Any compilation I start aborts while GS tries writing a PDF.
I installed both versions yesterday, and the first tests were
successful, before this problem came up. Inbetween I mounted and
unmoun
On Thu, 2020-04-16 at 12:04 +0200, Stefan Thomas wrote:
> Dear community,
> has someone experiences and/or ideas for using lilypond for
> eartraining-purposes?
Denemo (a graphical front end for LilyPond) has various educational
games. One I added recently works by playing a few notes at random from
> In any case, I'm subscribed so I'll cross-post and CC James so
> that the patch (which looks correct to me) is not lost.
I've just applied it to staging.
Werner
Hi Kevin,
Thank you for your suggestion.
I have looked into the source files of lilypond, and the original
time-signature-engraver is written in c++.
https://github.com/lilypond/lilypond/blob/master/lily/time-signature-engraver.cc
For people who understand lilypond's internals, is it possible
Dear community,
has someone experiences and/or ideas for using lilypond for
eartraining-purposes?
I know, there is gnu-solfege, but it has the disadvantage, that it doesn't
exist as an app or can be used browser based.
Are there other projects/ideas around?
Thanks,
Stefan
> I just discovered that the “style” tag created inside svg output
> uses the wrong syntax, [...]
>
> A trivial one-line patch to fix this (based on git master): [...]
Thanks.
> Wanting to submit this patch, I've looked at the LilyPond
> Contributor's guide¹, and frankly, I'm amazed by the heig
> I'll cross-post and CC James so that the patch (which looks correct to
> me) is not lost.
Thank you very much.
Cheers,
--
· Patrice Levesque
· http://ptaff.ca/
· lilypond.wa...@ptaff.ca
--
signature.asc
Description: Digital signature
Am Donnerstag, den 16.04.2020, 05:00 -0400 schrieb Patrice Levesque:
> Hi!
>
> I just discovered that the “style” tag created inside svg output uses the
> wrong syntax, e.g.
>
>
This worked perfectly! Thanks a lot!
Bernhard
Am 14.04.2020 um 13:15 schrieb Phil Holmes:
>
> See
> https://lilypond.org/doc/v2.21/Documentation/notation/writing-rests#full-measure-rests
>
> /Positioning multi-measure rests/
>
> --
> Phil Holmes
>
>
>
> - Original Message -
>
Hi John,
I don't have this problem.
> I've just installed 2.20.0 on Windows 10. I've been using 2.18.2. When I try
> to run convert-ly I get an error from line 61:
[snipped]
Care to share more details on what you do exactly?
Exact command, where you invoke it etc. pp.
Kind regards,
Michael
--
Hi!
I just discovered that the “style” tag created inside svg output uses
the wrong syntax, e.g.
```
24 matches
Mail list logo