Re: MsLily - LilyPond Add-In for Word

2017-07-18 Thread Martin Tarenskeen
On Tue, 18 Jul 2017, Denton Thomas wrote: Thanks for asking, Helge. I would certainly be happy to hear feature requests. Hi, One thing I like about OOoLilyPond + OpenOffice/LibreOffice is that the LilyPond code for inserted music snippets can still be edited and modified after saving

Re: Help changing chord names

2017-07-18 Thread mskala
On Mon, 17 Jul 2017, Tom Swan wrote: > Hi. How do I change the chord name to just D13, not D9 13, as in the > following snippet? This is probably rudimentary, but I'm a bit rusty and > just getting back into lp. Thanks. -- Tom Looks like the use case for this thread:

Re: Need help with lilypond-book

2017-07-18 Thread 410172 Chief
Good point. I did this and after some error management I got the compiling going fine. Thanks. 2017-07-18 14:44 GMT+02:00 Phil Holmes : > It seems clear that the system cannot find the lilypond executable. Have > you tried adding the path to lilypond to your PATH variable?

Re: MsLily - LilyPond Add-In for Word

2017-07-18 Thread Brian Barker
At 15:28 18/07/2017 +0200, Martin Tarenskeen wrote: And instead of "c d e f" I'd rather see "{c d e f}" Surely "{ c d e f }" ? Brian Barker ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: MsLily - LilyPond Add-In for Word

2017-07-18 Thread Karlin High
On 7/18/2017 9:10 AM, Brian Barker wrote: > At 15:28 18/07/2017 +0200, Martin Tarenskeen wrote: >> And instead of "c d e f" >> I'd rather see "{c d e f}" > > Surely "{ c d e f }" ? > > Brian Barker And perhaps a version statement yet? :) Okay, now I'm having knee-jerk nitpicks. -- Karlin High

Re: MsLily - LilyPond Add-In for Word

2017-07-18 Thread Denton Thomas
Definitely. When you insert an image, your code travels with your image. --- BM, MM, DMA www.dentonlt.com On 18 Jul 2017 18:54, "Martin Tarenskeen" wrote: > > > On Tue, 18 Jul 2017, Denton Thomas wrote: > > Thanks for asking, Helge. >> >> I would certainly be happy to

Re: Help changing chord names

2017-07-18 Thread Tom Swan
Yes, I guess it's fortunate that does works for the snippet example, but it doesn't help me with my other numerous chord names I have to change (I am designing custom fretboard diagrams for guitar). Specifying the chord as an 11th when it isn't that at all is not very attractive. How do I edit 

Re: Help changing chord names

2017-07-18 Thread Kieren MacMillan
Hi Tom, Please don't quote an entire digest in your answer. > How do I edit the engraved text shown for a chord name? I am stuck for a > solution. 1. Override the name (cf. ), and choose your chords

Need help with lilypond-book

2017-07-18 Thread 410172 Chief
Dear all, I need some help on getting Lilypond to work with LaTeX. I have worked with both for quite some time now, but am unable to compile my .lytex. For a start, I did not write my own scripts, but tried examples from different websites like:

Re: Help changing chord names

2017-07-18 Thread Tom Swan
Kieren -- Thank you! That's exactly what I was looking for and couldn't find in the library. I will certainly welcome the new chord name enhancements when available. -- TomOn July 18, 2017 at 8:06 AM Kieren MacMillan wrote:Hi Tom,Please don't quote an entire digest

Re: Need help with lilypond-book

2017-07-18 Thread Phil Holmes
It seems clear that the system cannot find the lilypond executable. Have you tried adding the path to lilypond to your PATH variable? -- Phil Holmes - Original Message - From: 410172 Chief To: lilypond-user@gnu.org Sent: Tuesday, July 18, 2017 1:17 PM Subject: Need help

Re: MsLily - LilyPond Add-In for Word

2017-07-18 Thread Martin Tarenskeen
I just downloaded and tried the betaversion. Nice :-) Some quick remarks: The opening example in the editor shows says something like %use letters as pitches c d e f I assume someone installing and using this plugin - has some basic knowledge of LilyPond syntax Or at least: - soon will

Learning Materials in LilyPond (was: removing staff and clef w/o removing bar lines and brackets)

2017-07-18 Thread Paul
On 07/12/2017 08:50 AM, Karlin High wrote: Are you aware of this sight-singing textbook... http://www.lightandmatter.com/sight/sight.html ...made with Lilypond and LaTeX, with source code available and customization encouraged under CC-BY-SA license? Thanks for this link. That's a great

Re: Efficiency of alist vs. vector/array

2017-07-18 Thread David Kastrup
Urs Liska writes: > What I do *not* know is: would that be worth it (apart from the > educational value) in real life? In that project I had a song of a few > pages containing about 5.600 IDs. It's not clear how many override > that would get when finished, but let's assume

Efficiency of alist vs. vector/array

2017-07-18 Thread Urs Liska
Hi all, in a desperate attempt to catch up for my lack of CS education I've started taking some online classes about algorithms and data structures. While being far from knowledgeable I've at least started to get an idea about the *questions* and the relevance of the topic (for example that 20

Re: Help changing chord names

2017-07-18 Thread Tom Swan
Thank you Matthew. This issue is way more complex than I anticipated. I will dig into the resources you referenced. So far, at least, d1:11.13 does what I need in the interim.On July 18, 2017 at 10:04 AM msk...@ansuz.sooke.bc.ca wrote:On Mon, 17 Jul 2017, Tom Swan wrote:Hi. How do I change the

Re: MsLily - LilyPond Add-In for Word

2017-07-18 Thread Denton Thomas
Hi, Karlin, Brian, Martin - TLDR; "c d e f" is placed inside \score { \relative c { ... } }. All the other stock \paper, \layout, and \version code is added, also. Long version: Re the lack of brackets, I guess I need to change the Free Version to at least let you see what's in the Advanced tab

Remove given tagged expression from given context

2017-07-18 Thread Pierre-Luc Gauthier
Hello there, I know it may sound silly but : Is it possible to remove tagged expression from a whole context? Or does it not make sense at all? MWE : \version "2.19.64" \score { \relative c' { \tag #'tagged \clef alto c4 d e f g } \layout { \context { \Staff

Re: Remove given tagged expression from given context

2017-07-18 Thread Simon Albrecht
On 19.07.2017 01:02, Pierre-Luc Gauthier wrote: Hello there, I know it may sound silly but : Is it possible to remove tagged expression from a whole context? Or does it not make sense at all? The example below does indeed not make sense, because \removeWithTag and its friends are music