Re: How to compile Lilypond files using Emacs?

2020-07-27 Thread Andrew Bernard
Hi Parviz, The issue is not WIndows specific. You need to add a line similar to this in your emacs init file to get the compile to work: ;; lilypond (setq LilyPond-lilypond-command "lilypond -I ~/lib/lilypond -I~/lib/openlilylib/snippets") I also add the following: (autoload 'LilyPond-mode "lily

Re: music symbols in LibreOffice

2020-07-27 Thread Dr Nicholas Bailey
On Sunday, 26 July 2020 09:10:55 BST Dick Kampman wrote: > I an writing text in LibreOffice about metronome-markings. So, I have > for instance to replace "...quarternote=60..." by "... symbol>=60...", etc. Like ♩=72? > > Can I use the Lilypond extension in LibreOffice to achieve such purposes? It

Re: What happened to INSTALL.txt?

2020-07-27 Thread Knute Snortum
Well it looks like README.git should just contain this: Instructions for compiling LilyPond from source files can be found online at: https://lilypond.org/doc/v2.21/Documentation/contributor/index_17#Compiling --- Knute Snortum (via Gmail) On Sun, Jul 26, 2020 at 7:43 AM Werner LEMBERG wrote

RE: Position of fingering

2020-07-27 Thread Mark Stephen Mrotek
Helge, Welcome! Mark -Original Message- From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Helge Kruse Sent: Sunday, July 26, 2020 11:02 PM To: Thomas Morley Cc: lilypond-user@gnu.org Subject: Re: Position of fingering Hi Mark, Thanks, this w

Some thoughts on narrowing, was Re: How to compile Lilypond files using Emacs?

2020-07-27 Thread David Wright
On Mon 27 Jul 2020 at 17:02:15 (+1000), Andrew Bernard wrote: > The issue is not WIndows specific. You need to add a line similar to > this in your emacs init file to get the compile to work: > > ;; lilypond > (setq LilyPond-lilypond-command "lilypond -I ~/lib/lilypond > -I~/lib/openlilylib/snipp

Combining multiple markups into a single, word-wrappable one?

2020-07-27 Thread Mike Stickles
In the weekly service files I'm generating for my church, near the end is the text for a dismissal prayer. This prayer pretty much always has the same beginning and ending text, but a section in the middle varies from service to service. I've been trying (without success) to encode these in var

Re: Combining multiple markups into a single, word-wrappable one?

2020-07-27 Thread Aaron Hill
On 2020-07-27 7:58 pm, Mike Stickles wrote: In the weekly service files I'm generating for my church, near the end is the text for a dismissal prayer. This prayer pretty much always has the same beginning and ending text, but a section in the middle varies from service to service. I've been tryin