edit to Lilypond wikipedia article

2020-04-16 Thread David Olson
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

Re: eartraining with lilypond?

2020-04-16 Thread Roland Goretzki
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,

Re: Access Clef during after-line-breaking of ClefModifier

2020-04-16 Thread Aaron Hill
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

Access Clef during after-line-breaking of ClefModifier

2020-04-16 Thread Noeck
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

Read git tags using Scheme

2020-04-16 Thread Noeck
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

Re: Alignment issues of Time signature above the staff

2020-04-16 Thread Aaron Hill
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

Re: GS problem with Lily 2.21.0

2020-04-16 Thread Timothy Lanfear
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

RE: Running convert-ly on WIndows

2020-04-16 Thread John Schlomann
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

RemoveEmptyStaves doesnt remove percussion staff

2020-04-16 Thread neuro黃學仁
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

Re: GS problem with Lily 2.21.0

2020-04-16 Thread Urs Liska
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

Re: resetting accidentals at word breaks

2020-04-16 Thread Lukas-Fabian Moser
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

Re: GS problem with Lily 2.21.0

2020-04-16 Thread Mats Bengtsson
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

Re: resetting accidentals at word breaks

2020-04-16 Thread Benjamin Bloomfield
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

GS problem with Lily 2.21.0

2020-04-16 Thread 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. I installed both versions yesterday, and the first tests were successful, before this problem came up. Inbetween I mounted and

Re: eartraining with lilypond?

2020-04-16 Thread Richard Shann
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

Re: SVG style and contributing barrier to entry

2020-04-16 Thread Werner LEMBERG
> 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

Re: Alignment issues of Time signature above the staff

2020-04-16 Thread Chen Leo
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

eartraining with lilypond?

2020-04-16 Thread Stefan Thomas
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

Re: SVG style and contributing barrier to entry

2020-04-16 Thread Werner LEMBERG
> 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

Re: SVG style and contributing barrier to entry

2020-04-16 Thread Patrice Levesque
> 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

Re: SVG style and contributing barrier to entry

2020-04-16 Thread Jonas Hahnfeld
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. > >

Re: h1\rest instead of R1 will not be centered

2020-04-16 Thread Bernhard Kleine
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 - >

Re: Running convert-ly on WIndows

2020-04-16 Thread Michael Gerdau
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 --

SVG style and contributing barrier to entry

2020-04-16 Thread Patrice Levesque
Hi! I just discovered that the “style” tag created inside svg output uses the wrong syntax, e.g. ```