Re: Help with figured bass

2019-01-08 Thread Mark Probert
Carl wrote: > > I'm not sure exactly what you want, but I decided to try this. > Is this what you want? > Yes, exactly. As a lilypond newbie I am still coming to terms with some of the syntactical feeatures of the program, like the << >> pairings. .. mark.

Re: Help with figured bass

2019-01-08 Thread Mark Probert
Kieren wrote: > > Attached, below, is the way I would code your example. You’ll see > that I’ve separated the definition of the notes (etc.) from the > score ― I find it much easier to parse that way. > Wow! I didn't know you could do that. Thanks for the tip. .. mark. __

Re: Help with figured bass

2019-01-08 Thread Carl Sorensen
On 1/8/19, 6:47 PM, "Mark Probert" wrote: Which produces the attached. Any ideas on how I can get the figures (or the notes) all coming together nicely? I'm not sure exactly what you want, but I decided to try this. Is this what you want? \score { \new StaffGroup <<

Re: Help with figured bass

2019-01-08 Thread Kieren MacMillan
Hi Mark, Attached, below, is the way I would code your example. You’ll see that I’ve separated the definition of the notes (etc.) from the score — I find it much easier to parse that way. Hope this helps! Kieren. %%% SNIPPET BEGINS \version "2.19.80" global = { \key d \major s1*2 } theN

Help with figured bass

2019-01-08 Thread Mark Probert
Hi, everyone. I'm having a problem getting LilyPond to do a figured bass. I've read the manual, and followed the examples, but I have clearly missed something out. Here is the code I am currently using ---< cut >--- \score { \new StaffGroup << \new Staff { \relative c'' {

Re: Music-function "arguments" - help

2018-12-07 Thread mansouraoun
Well I was earlier trying the \etc method only to realise that it wasn't available for 2.18. Yes indeed it is simpler but the function method gives me more control over what I want to achieve, and even if the \etc had worked on 2.18 I would still want to know how to write a correct music function.

Re: Music-function "arguments" - help

2018-12-07 Thread David Kastrup
Urs Liska writes: > Am 07.12.18 um 10:55 schrieb mansouraoun: >> i wrote the code in raw and it's somehow not displayed in my message >> Here it is >> >> dynx = >> #(define-music-function >> (parser location X-offset) >> (number?) >> #{ >> \once\override DynamicText.X-offset

Re: Music-function "arguments" - help

2018-12-07 Thread mansouraoun
Just switched to 2.19.82 and it works like a charm. Thanks Mansour -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Music-function "arguments" - help

2018-12-07 Thread Urs Liska
Am 07.12.18 um 11:07 schrieb Urs Liska: Am 07.12.18 um 10:55 schrieb mansouraoun: i wrote the code in raw and it's somehow not displayed in my message Here it is dynx = #(define-music-function   (parser location X-offset)   (number?)     #{   \once\override DynamicText.X-offset =

Re: Music-function "arguments" - help

2018-12-07 Thread Urs Liska
Am 07.12.18 um 10:55 schrieb mansouraoun: i wrote the code in raw and it's somehow not displayed in my message Here it is dynx = #(define-music-function (parser location X-offset) (number?) #{ \once\override DynamicText.X-offset = #X-offset #}) Mansour As David said:

Re: Music-function "arguments" - help

2018-12-07 Thread mansouraoun
i wrote the code in raw and it's somehow not displayed in my message Here it is dynx = #(define-music-function (parser location X-offset) (number?) #{ \once\override DynamicText.X-offset = #X-offset #}) Mansour -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.ht

Re: Music-function "arguments" - help

2018-12-07 Thread mansouraoun
or replying. I ended up with this simple code working correctly: And Urs thanks for the feedback. The book will be of a great help for me at this stage. Mansour -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user m

Re: Music-function "arguments" - help

2018-12-06 Thread Urs Liska
Am 7. Dezember 2018 01:46:00 MEZ schrieb David Kastrup : >mansouraoun writes: > >> Hello, >> >> I'm still quite a beginner in Lilypond and as much as I'm liking how >much >> customisable is its notation capabilities, understanding it is >driving me >> crazy because sometimes I can pass more th

Re: Music-function "arguments" - help

2018-12-06 Thread Andrew Bernard
Hi Mansour, The Notation Reference manual can be difficult to follow at first. We all suffer that. Now that it's cleared up, just by way of example I use this: dynamicsX-offset = #(define-music-function (offset) (number?) #{ \once \override DynamicText.X-offset = $offset \once \o

Re: Music-function "arguments" - help

2018-12-06 Thread David Kastrup
mansouraoun writes: > Ah ok I see ! The problem is that I thought that the "nth" argument > should come from a list of built-in, pre-defined arguments that should > be appropriate for the task I'm trying to do. > > I just realised that I made a fool of myself when I just named it > "blabla" and i

Re: Music-function "arguments" - help

2018-12-06 Thread mansouraoun
Ah ok I see ! The problem is that I thought that the "nth" argument should come from a list of built-in, pre-defined arguments that should be appropriate for the task I'm trying to do. I just realised that I made a fool of myself when I just named it "blabla" and it worked. Thanks a lot David! C

Re: Music-function "arguments" - help

2018-12-06 Thread David Kastrup
mansouraoun writes: > Hello, > > I'm still quite a beginner in Lilypond and as much as I'm liking how much > customisable is its notation capabilities, understanding it is driving me > crazy because sometimes I can pass more than 4 or 5 hours reading manuals > and blogposts without reaching a si

Music-function "arguments" - help

2018-12-06 Thread mansouraoun
eate a simple function with an x-offset for dynamic texts but i don't know what is the correct argument for this. Any help would be much appreciated. Thanks! -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: http://lilypond.org/help-us.html afunctional

2018-07-15 Thread Graham Percival
On Thu, Jul 05, 2018 at 08:49:12PM +0200, David Kastrup wrote: > Graham Percival writes: > > I suspect that the issue is that we only want a string in the form > > "2.19", and it was easier to create such a string by concatenating > > MAJOR_VERSION and MINOR_VERSION, instead of taking VERSION_STAB

Re: http://lilypond.org/help-us.html afunctional

2018-07-05 Thread David Kastrup
Graham Percival writes: > On Wed, Jul 04, 2018 at 08:21:25PM +0200, David Kastrup wrote: >> "Phil Holmes" writes: >> > I'm slightly surprised that the build picks up the location of those >> > pages from that part of the version, but obviously it does. A simple >> > fix for the next build would

Re: http://lilypond.org/help-us.html afunctional

2018-07-05 Thread David Kastrup
Graham Percival writes: > On Wed, Jul 04, 2018 at 08:21:25PM +0200, David Kastrup wrote: >> "Phil Holmes" writes: >> > I'm slightly surprised that the build picks up the location of those >> > pages from that part of the version, but obviously it does. A simple >> > fix for the next build would

Re: http://lilypond.org/help-us.html afunctional

2018-07-05 Thread Graham Percival
On Wed, Jul 04, 2018 at 08:21:25PM +0200, David Kastrup wrote: > "Phil Holmes" writes: > > I'm slightly surprised that the build picks up the location of those > > pages from that part of the version, but obviously it does. A simple > > fix for the next build would be to align the versions given

Re: http://lilypond.org/help-us.html afunctional

2018-07-04 Thread David Kastrup
"Phil Holmes" writes: > - Original Message - > From: "Federico Bruni" > To: "Bernhard Kleine" > Cc: > Sent: Wednesday, July 04, 2018 4:44 PM > Subject: Re: http://lilypond.org/help-us.html afunctional > > >>

Re: http://lilypond.org/help-us.html afunctional

2018-07-04 Thread Phil Holmes
- Original Message - From: "Federico Bruni" To: "Bernhard Kleine" Cc: Sent: Wednesday, July 04, 2018 4:44 PM Subject: Re: http://lilypond.org/help-us.html afunctional Il giorno ven 29 giu 2018 alle 17:21, Bernhard Kleine <"bernhard.kleine"@gmx.n

Re: http://lilypond.org/help-us.html afunctional

2018-07-04 Thread Federico Bruni
Il giorno ven 29 giu 2018 alle 17:21, Bernhard Kleine <"bernhard.kleine"@gmx.net> ha scritto: all the links in the "simple tasks" compartment on this site end in error 404 not found. This site is announced in the 2.19 docu, should work or links to something appropriate, not end in error. It

http://lilypond.org/help-us.html afunctional

2018-06-29 Thread Bernhard Kleine
all the links in the "simple tasks" compartment on this site end in error 404 not found. This site is announced in the 2.19 docu, should work or links to something appropriate, not end in error. regards Bernhard -- spitzhalde9 D-79853 lenzkirch bernhard.kle...@gmx.net www.b-kleine.com, www.ursee

openLilyLib (was: Need help creating Scheme functions to automate includes of many scores in a project)

2018-06-26 Thread Urs Liska
it on many occasions.  The openlilylib.org website, though, appears to be all placeholder content. Indeed :-( This gives me an opportunity to repeat my call for help with this. The website is an Angular application (representing my "state" at the end of a set of online courses), and I g

Re: Need help creating Scheme functions to automate includes of many scores in a project

2018-06-26 Thread Aaron Hill
On 2018-06-26 16:02, Karlin High wrote: On 6/26/2018 5:41 PM, Aaron Hill wrote: So is the only option, then, to just dive into the code at this point? Have you seen this post by Stéfano Troncaro? I had not, though that

Re: Need help creating Scheme functions to automate includes of many scores in a project

2018-06-26 Thread Karlin High
On 6/26/2018 5:41 PM, Aaron Hill wrote: So is the only option, then, to just dive into the code at this point? Have you seen this post by Stéfano Troncaro? -- Karlin High Missouri, USA ___

Re: Need help creating Scheme functions to automate includes of many scores in a project

2018-06-26 Thread Aaron Hill
On 2018-06-25 22:42, Urs Liska wrote: Also, not directly. But you can make it happen. Basically you have to define some variable in the top-level file, say #(define is-main-file #t). Then you can check in the included file for #(if (defined? is-main-file) That was the general idea I was thinkin

Re: Need help creating Scheme functions to automate includes of many scores in a project

2018-06-26 Thread David Kastrup
Nah writes: > Thanks. That gives me a good starting point. Will it work in a > procedure? Something like: > createLessons = #(make-scheme-function ( ... )) > > Can I assume the infinite loop to be caused by the ".ly" suffix being > the same as the suffix of the main file? If I use ".ily" suffix f

Re: Need help creating Scheme functions to automate includes of many scores in a project

2018-06-26 Thread Nah
Thanks. That gives me a good starting point. Will it work in a procedure? Something like: createLessons = #(make-scheme-function ( ... )) Can I assume the infinite loop to be caused by the ".ly" suffix being the same as the suffix of the main file? If I use ".ily" suffix for all the scores and

Re: Need help creating Scheme functions to automate includes of many scores in a project

2018-06-25 Thread Urs Liska
Am 25.06.2018 um 21:19 schrieb Nah: I have a project with 100+ scores, each in their own file. I tried to create a Scheme function to \include each of them. After searching the archive, I got the general idea of why my solution isn't working. However, I didn't find something like a snippet t

Re: Need help creating Scheme functions to automate includes of many scores in a project

2018-06-25 Thread Urs Liska
Am 26.06.2018 um 01:25 schrieb Aaron Hill: On 2018-06-25 15:51, David Kastrup wrote: Nah writes: I have a project with 100+ scores, each in their own file. I tried to create a Scheme function to \include each of them. After searching the archive, I got the general idea of why my solution is

Re: Need help creating Scheme functions to automate includes of many scores in a project

2018-06-25 Thread Vaughan McAlley
On 26 June 2018 at 05:19, Nah wrote: > I have a project with 100+ scores, each in their own file. I tried to create > a Scheme function to \include each of them. After searching the archive, I > got the general idea of why my solution isn't working. However, I didn't > find something like a snippe

Re: Need help creating Scheme functions to automate includes of many scores in a project

2018-06-25 Thread Aaron Hill
On 2018-06-25 15:51, David Kastrup wrote: Nah writes: I have a project with 100+ scores, each in their own file. I tried to create a Scheme function to \include each of them. After searching the archive, I got the general idea of why my solution isn't working. However, I didn't find something

Re: Need help creating Scheme functions to automate includes of many scores in a project

2018-06-25 Thread David Kastrup
Nah writes: > I have a project with 100+ scores, each in their own file. I tried to > create a Scheme function to \include each of them. After searching the > archive, I got the general idea of why my solution isn't > working. However, I didn't find something like a snippet that I could > coax in

Need help creating Scheme functions to automate includes of many scores in a project

2018-06-25 Thread Nah
I have a project with 100+ scores, each in their own file. I tried to create a Scheme function to \include each of them. After searching the archive, I got the general idea of why my solution isn't working. However, I didn't find something like a snippet that I could coax into what I want. I ha

RE: Help with piano tenuto notes

2018-05-20 Thread Mark Stephen Mrotek
Giampaolo, Maybe a \set tieWiatForNote as in the attached? Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Giampaolo Orrigo Sent: Sunday, May 20, 2018 10:12 AM To: lilypond-user Subject: Help with piano tenuto notes [Reposting

Re: Help with piano tenuto notes

2018-05-20 Thread Kieren MacMillan
Hi Giampaolo, > I am trying to replicate the notation in the linked picture, but the best I > can do is to create different voices but when I try I get the attached > example. If I try to create multiple voices on the last chord, I get too many > notehead clashes and it doesn't look good at all

Help with piano tenuto notes

2018-05-20 Thread Giampaolo Orrigo
[Reposting with link to big attachment, instead of attaching it] Hello, I am trying to replicate the notation in the linked picture, but the best I can do is to create different voices but when I try I get the attached example. If I try to create multiple voices on the last chord, I get too many

Re: Fwd: Compile crashing... help!

2018-05-11 Thread Aaron Hill
On 2018-05-10 03:43, Aaron Hill wrote: On 2018-05-10 01:04, Phil Holmes wrote: Did you consider my suggestion of using a Linux virtual machine? If you are running 64-bit Windows 10, remember that the Windows Subsystem for Linux exists: https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux

Re: Fwd: Compile crashing... help!

2018-05-10 Thread Aaron Hill
On 2018-05-10 01:04, Phil Holmes wrote: Did you consider my suggestion of using a Linux virtual machine? If you are running 64-bit Windows 10, remember that the Windows Subsystem for Linux exists: https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux This seems like the easiest option t

Re: Fwd: Compile crashing... help!

2018-05-10 Thread Phil Holmes
Did you consider my suggestion of using a Linux virtual machine? -- Phil Holmes - Original Message - From: Brent Annable To: Michael Gerdau Cc: lilypond-user@gnu.org Sent: Thursday, May 10, 2018 4:14 AM Subject: Re: Fwd: Compile crashing... help! Being a layman, most

Re: Fwd: Compile crashing... help!

2018-05-09 Thread Brent Annable
g a layman, most of this is all going over my head. But I gather that > compiling this particular project will not be possible for the time being > on my current machine, so I’ll either try to get my decrepit laptop up and > running, or ask a friend to help out :-) > > Thanks for the replie

Re: Fwd: Compile crashing... help!

2018-05-09 Thread Brent Annable
Being a layman, most of this is all going over my head. But I gather that compiling this particular project will not be possible for the time being on my current machine, so I’ll either try to get my decrepit laptop up and running, or ask a friend to help out :-) Thanks for the replies, Brent

Re: Fwd: Compile crashing... help!

2018-05-09 Thread Michael Gerdau
> I have no idea what it would entail to also provide 64bit Windows > binaries. Last time I looked (about 1.5 years ago) the problem was a missing mingw-w64 package that exists for mingw (the 32bit version) for which I think it is not actually required for the lilypond build, only for GUB in gener

Re: Fwd: Compile crashing... help!

2018-05-09 Thread David Kastrup
Samuel Speer writes: > On Wed, May 9, 2018 at 10:44 AM David Kastrup wrote: > >> 1.82G is a bit of a strange number for a 64bit binary. Are you using a >> 64bit Windows and definitely a 64bit LilyPond (!) executable? >> > > I checked my executable and it looks to be 32-bit. However, I couldn't

Re: Fwd: Compile crashing... help!

2018-05-09 Thread Samuel Speer
On Wed, May 9, 2018 at 10:44 AM David Kastrup wrote: > 1.82G is a bit of a strange number for a 64bit binary. Are you using a > 64bit Windows and definitely a 64bit LilyPond (!) executable? > I checked my executable and it looks to be 32-bit. However, I couldn't find a 64-bit version on lilypon

Re: Compile crashing... help!

2018-05-09 Thread Stanton Sanderson
Not much help, but the source seems o.k. MacBook Air (2013), 4GB Ram, OS 10.13.4- for what it’s worth, compiled the file successfully and output a pdf of 104 pages. Stan > On May 9, 2018, at 11:17 AM, tyronicus wrote: > > Phil Holmes wrote >> My guess is that there's

Re: Fwd: Compile crashing... help!

2018-05-09 Thread Timothy Lanfear
On 09/05/18 15:42, Karlin High wrote: On 5/9/2018 8:16 AM, Ben wrote: I also ran into your issue by compiling "SG_complete_DE.ly" on my Windows 10 machine. 32GB RAM. Newest i7 build. Curiouser and curiouser... It compiled successfully on my Windows 7 Pro x64 SP1, Intel Core i5-3450, 24 GB RAM

Re: Fwd: Compile crashing... help!

2018-05-09 Thread David Kastrup
tyronicus writes: > Phil Holmes wrote >> My guess is that there's a memory allocation problem that only shows up on >> large projects on Windows. > > That's my suspicion, too. I tried it on a Win10 i7-8xxx with 8G ram and saw > it cut out around 1.85G memory every time. When I remove two bookpart

Re: Fwd: Compile crashing... help!

2018-05-09 Thread tyronicus
Phil Holmes wrote > My guess is that there's a memory allocation problem that only shows up on > large projects on Windows. That's my suspicion, too. I tried it on a Win10 i7-8xxx with 8G ram and saw it cut out around 1.85G memory every time. When I remove two bookparts, it only uses 1.82G of memo

Re: Fwd: Compile crashing... help!

2018-05-09 Thread Phil Holmes
Cc: lilypond-user Sent: Wednesday, May 09, 2018 2:59 PM Subject: Re: Fwd: Compile crashing... help! Thanks everyone. Yeah I forgot to mention: I'm on a Windows 10 Thinkpad machine with i7 and 16GB RAM. So looks like the errors are coming through on the same systems. Sigh. Wha

Re: Fwd: Compile crashing... help!

2018-05-09 Thread Karlin High
On 5/9/2018 8:16 AM, Ben wrote: I also ran into your issue by compiling "SG_complete_DE.ly" on my Windows 10 machine. 32GB RAM. Newest i7 build. Curiouser and curiouser... It compiled successfully on my Windows 7 Pro x64 SP1, Intel Core i5-3450, 24 GB RAM, LilyPond 2.19.80 -- Karlin High Miss

Re: Re: Fwd: Compile crashing... help!

2018-05-09 Thread Mats Bengtsson
55, 3 and 1073741395. >> >> - I've monitored my laptop's CPU and memory usage during the >> compiling process, and neither even comes close to reaching capacity >> (CPU around 30%; Memory 5.6/16 gig). >>   the file to compile is 'SG_co

Re: Fwd: Compile crashing... help!

2018-05-09 Thread David Kastrup
Brent Annable writes: > Thanks everyone. Yeah I forgot to mention: I'm on a Windows 10 Thinkpad > machine with i7 and 16GB RAM. So looks like the errors are coming through > on the same systems. > > Sigh. What to do? I have an old laptop with a rocket-engine fan that I > could try I consider

Re: Fwd: Compile crashing... help!

2018-05-09 Thread Ben
On 5/9/2018 9:59 AM, Brent Annable wrote: Thanks everyone. Yeah I forgot to mention: I'm on a Windows 10 Thinkpad machine with i7 and 16GB RAM. So looks like the errors are coming through on the same systems. Sigh. What to do? I have an old laptop with a rocket-engine fan that I could try

Re: Fwd: Compile crashing... help!

2018-05-09 Thread Brent Annable
rror code in Frescobaldi > >> varies, I've had 255, 3 and 1073741395. > >> > >> - I've monitored my laptop's CPU and memory usage during the > >> compiling process, and neither even comes close to reaching capacity > >> (CPU around 30%; Memor

Re: Fwd: Compile crashing... help!

2018-05-09 Thread David Kastrup
>> >> - I've monitored my laptop's CPU and memory usage during the >> compiling process, and neither even comes close to reaching capacity >> (CPU around 30%; Memory 5.6/16 gig). >>   the file to compile is 'SG_complete_DE.ly". >> >

Re: Fwd: Compile crashing... help!

2018-05-09 Thread Malte Meyn
Am 09.05.2018 um 15:16 schrieb Ben: I also ran into your issue by compiling "SG_complete_DE.ly" on my Windows 10 machine. 32GB RAM. Newest i7 build. So, there is some consistency...I see the same errors you do. However, I compiled your project successfully (and quite fast) on my Linux Mint l

Re: Fwd: Compile crashing... help!

2018-05-09 Thread Ben
and neither even comes close to reaching capacity (CPU around 30%; Memory 5.6/16 gig).   the file to compile is 'SG_complete_DE.ly". I would be very grateful for any ideas, suggestions or help. Hi Brent, I also ran into your issue by compiling "SG_complete_DE.ly" on my Windo

Re: \pushToTag and \appendToTag help

2018-04-14 Thread Johan Vromans
On Fri, 13 Apr 2018 22:25:17 +0200, Gianmaria Lari wrote: > I'm not 100% sure having understood how to use \pushToTag but the > following are the examples I personally would put in the manual. I find your examples very enlightening. ___ lilypond-user

Re: \pushToTag and \appendToTag help

2018-04-13 Thread Gianmaria Lari
More often than not, that requires several > iterations, partly because the people initially writing the > documentation are too intimate with what they are writing about to > properly channel their core audience. > Sure!! > If you have to fight tooth and nail for any bit of fe

Re: \pushToTag and \appendToTag help

2018-04-13 Thread David Kastrup
Mark Knoop writes: > At 11:48 on 13 Apr 2018, David Kastrup wrote: >>Gianmaria Lari writes: >>> I simply don't understand it. I don't understand it because: it is >>> too long, there are too many things, I don't understand the example >>> goal, and I don't understand the explication following th

Re: \pushToTag and \appendToTag help

2018-04-13 Thread Mark Knoop
At 11:48 on 13 Apr 2018, David Kastrup wrote: >Gianmaria Lari writes: >> I simply don't understand it. I don't understand it because: it is >> too long, there are too many things, I don't understand the example >> goal, and I don't understand the explication following the code. > >It adds materi

Re: \pushToTag and \appendToTag help

2018-04-13 Thread David Kastrup
boils down to any material needing to be able to be accessible to its core audience. More often than not, that requires several iterations, partly because the people initially writing the documentation are too intimate with what they are writing about to properly channel their core audience. If

Re: \pushToTag and \appendToTag help

2018-04-13 Thread Gianmaria Lari
On 13 April 2018 at 10:00, David Kastrup wrote: > Gianmaria Lari writes: > > > On 13 April 2018 at 09:17, David Kastrup wrote: > > > >> Gianmaria Lari writes: > >> > >> > I didn't understand what I can do and how to use the \pushToTag and > >> > \appendToTag. > >> > > >> > Do you have a very s

Re: \pushToTag and \appendToTag help

2018-04-13 Thread David Kastrup
Gianmaria Lari writes: > On 13 April 2018 at 09:17, David Kastrup wrote: > >> Gianmaria Lari writes: >> >> > I didn't understand what I can do and how to use the \pushToTag and >> > \appendToTag. >> > >> > Do you have a very simple example? >> >> \pushToTag #'tag c' \tag #'tag {} >> > Thank you

Re: \pushToTag and \appendToTag help

2018-04-13 Thread Gianmaria Lari
shToTag #'ex {d' e' } \var } { \pushToTag #'ex {a a } \var } > How about stating what you _want_ to do? > Yesterday you point out to me these two commands and I just would like to "learn them". Thank you David for you help. I appreciate it. g. _

Re: \pushToTag and \appendToTag help

2018-04-13 Thread David Kastrup
Gianmaria Lari writes: > I didn't understand what I can do and how to use the \pushToTag and > \appendToTag. > > Do you have a very simple example? \pushToTag #'tag c' \tag #'tag {} How about stating what you _want_ to do? -- David Kastrup ___ lily

\pushToTag and \appendToTag help

2018-04-12 Thread Gianmaria Lari
I didn't understand what I can do and how to use the \pushToTag and \appendToTag. Do you have a very simple example? Thank you, g. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Request for help converting file - only slightly off-topic

2018-03-27 Thread Ralph Palmer
Greetings - Just a note to let everyone know that someone has volunteered and converted the .sib file to PDF. Thanks to those of you who responded. All the best, Ralph Ralph Palmer Brattleboro, VT, USA palmer.r.vio...@gmail.com On Mon, Mar 26, 2018, 9:00 PM Ralph Palmer wrote: > Greetings -

Re: Request for help converting file - only slightly off-topic

2018-03-27 Thread Torsten Hämmerle
Sorry, Just tried to open a .SIB file myself using the Scorch plugin. Couldn't get it to work at all, seems to be outdated and heavily depending on the browser. But opening a SIB file in Sibelius (even in expired testing versions) works fine (you can't save or export, but the file can be opened).

Re: Request for help converting file - only slightly off-topic

2018-03-27 Thread Torsten Hämmerle
Ralph Palmer wrote > I've been given an .sib file, and I cannot open it. Hi Ralph, For viewing Sibelius files (.SIB), there is a free application called "*Sibelius Scorch*". After downloading it from Avid, you should be able to open and view .SIB files. All the best, Torsten -- Sent from: htt

Request for help converting file - only slightly off-topic

2018-03-26 Thread Ralph Palmer
Greetings - I've been given an .sib file, and I cannot open it. It's expected that I shall enter the music into LilyPond and transpose it into alto clef. I'm not sure of the legalities, but I don't think it should be a problem if someone with access to Sibelius could open the file, create a .pdf f

Re: Help I despair

2018-03-09 Thread David Wright
s have to be specified in Frescobaldi via > Edit -> Preferences ... -> LilyPond Preferences > in the "LilyPond versions to use" block. I couldn't agree more, and the same goes for Frescobaldi. It also might help to keep an eye on what version of Ghostscript is being

Re: Help I despair

2018-03-09 Thread Dr . Raphael D . Thöne
Setup a virtual Linux machine and compile it under Frescobaldi Linux or directly from the command prompt. Raphael. Am 09.03.2018 um 11:13 schrieb peter.gen...@sunscales.myzen.co.uk: Today Fresco on Laptop working Fresco on Desktop produces the -107374

Re: Help I despair

2018-03-09 Thread Torsten Hämmerle
Hi Peter, Occasionally, I've had similar problems with Windows 10 in the past. What saved me was the possibility to choose between several versions of LilyPond. Default Windows path (as I've seen it in your postings) C:\Program Files (x86)\LilyPond\usr\bin\lilypond.exe As each LilyPond version

Re: Help I despair

2018-03-09 Thread Ben
On 3/9/2018 5:13 AM, peter.gen...@sunscales.myzen.co.uk wrote: Today Fresco on Laptop working Fresco on Desktop produces the -1073741819 exception error. This is the opposite of yesterday. Again there are NO log messages except this error. Moving a compiled file from laptop to desktop and F

Help I despair

2018-03-09 Thread peter.gentry
Today Fresco on Laptop working Fresco on Desktop produces the -1073741819 exception error. This is the opposite of yesterday. Again there are NO log messages except this error. Moving a compiled file from laptop to desktop and Fresco will display the revised file and play the midi. It will

Re: Openlilylib edition-engraver. I need help understanding how to reference contexts.

2018-01-27 Thread Urs Liska
perspective of one's personal use case, and having someone else stumbling over inconsistencies is the best way to improve the software. Best Urs Thank you again for all your help! Stéfano ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Openlilylib edition-engraver. I need help understanding how to reference contexts.

2018-01-27 Thread Stefano Troncaro
edition-engraver, to bad structuring on my part, or to lack of knowledge of Lilypond's inner workings. Whatever the case is, I'll make a new thread when I manage to reproduce them in small contained examples. Thank you again for all your help! Stéfano 2018-01-27 12:15 GMT-03:00 Jan-Peter Voi

Re: Openlilylib edition-engraver. I need help understanding how to reference contexts.

2018-01-27 Thread Jan-Peter Voigt
Thank you for your feedback Stefano! I merged some code, which was pending quite some time. There was an issue with the first moment inside a context that is fixed now, *but* in your example it does not work (yet). This was quite tricky to track down: If you create a new Voice inside a new Voi

Re: Openlilylib edition-engraver. I need help understanding how to reference contexts.

2018-01-26 Thread Urs Liska
Hi Stefano, Am 26.01.2018 um 22:41 schrieb Stefano Troncaro: To the openlilylib guys, since I'll be learning to use your tools, tell me if I can be of use somehow. One thing would be of tremendous use for us: when you have understood how something works you could write up the explanation that

Re: Openlilylib edition-engraver. I need help understanding how to reference contexts.

2018-01-26 Thread Urs Liska
Hi Stefano, I have now also looked at your example. I think your voicing is strange even without considering the edition-engraver. What you do is: * Create a staff ("LH") * Explicitly create a Voice ("Implied") * Start the content of that Voice with the clef * *Then* create two new voices

Re: Openlilylib edition-engraver. I need help understanding how to reference contexts.

2018-01-26 Thread Stefano Troncaro
Thank you Noeck. Your explanation makes sense and I feel it might be close to explaining the issue, although in the log it appears as though the edition-engraver only sees two voices, not three, thus refering to them as Voice.B and Voice.C instead of A and B doesn't work either. Most intriguing t

Re: Openlilylib edition-engraver. I need help understanding how to reference contexts.

2018-01-26 Thread Noeck
Hi Stefano, if you write { \clef F << as in your file eetest-not-working.ly you have this in your Staff context: \clef F and then afterwards two voices at the same time. More explicitly, your code is interpreted as somthing like: \new Staff { \new Voice { \clef F << \new Voice ...

Re: Openlilylib edition-engraver. I need help understanding how to reference contexts.

2018-01-26 Thread Blöchl Bernhard
: I tried your code with my standard lilypond without success. Obviously you use a package oll-core https://github.com/openlilylib/oll-core that is not part of standard install of lilypond and seems to be the central problem of your code. May be you get competent help of the oll-core users? Not

Re: Openlilylib edition-engraver. I need help understanding how to reference contexts.

2018-01-26 Thread Urs Liska
s not part of standard install of lilypond and seems to be the >> central problem of your code. May be you get competent help of the >> oll-core users? > >Not helpful. Indeed. And especially totally wrong. What leads you to believe that using oll-core is "the central probl

Re: Openlilylib edition-engraver. I need help understanding how to reference contexts.

2018-01-26 Thread Simon Albrecht
get competent help of the oll-core users? Not helpful. Jan-Peter already answered, and Urs is around here as well, and they have developed those tools. Best, Simon ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Openlilylib edition-engraver. I need help understanding how to reference contexts.

2018-01-26 Thread Blöchl Bernhard
I tryed your code with my standard lilypond without success. Obviously you use a package oll-core https://github.com/openlilylib/oll-core that is not part of standard install of lilypond and seems to be the central problem of your code. May be you get competent help of the oll-core users

Re: Openlilylib edition-engraver. I need help understanding how to reference contexts.

2018-01-26 Thread Stefano Troncaro
ext-counter] Score: (0 . \new) > [context-counter] Score/A: \new > (Piano LH Staff A) "" > (Piano LH Voice A) "" > (Piano LH Voice B) "" > (Piano PianoStaff A) "" > (Piano RH Staff A) "" > (Piano RH Voice A) "" > (Piano

Re: Openlilylib edition-engraver. I need help understanding how to reference contexts.

2018-01-26 Thread Jan-Peter Voigt
Hello Stefano, I can't reproduce the misbehaviour/error you mentioned first. The overrides are applied irrespective of the clefs placement. If the error persists, you might send the .edition.log file. To reduce the redundancy you mentioned you can create variables: LH = Piano.LH RH = Piano.R

Openlilylib edition-engraver. I need help understanding how to reference contexts.

2018-01-25 Thread Stefano Troncaro
Hello everyone! So, I'm learning to use the edition-engraver, but there are some behaviors that I can't figure out. Take the following snippet: > \version "2.19.80"\language "english" > \include "oll-core/package.ily"\loadPackage edition-engraver > \addEdition test > \editionMod test 1 0/4 RH.Voi

Re: Python dependencies: plea for help

2017-12-09 Thread bb
Absolutely agree! Am 09.12.2017 um 15:26 schrieb Simon Albrecht: > On 09.12.2017 15:07, bb wrote: >> Problems arises if you install from source and especially vedrsion >> 3.0.0. I sent some reports about that troubles to the frescobaldi >> mailing list. >> >> As Ralph Palmer writes, setting up a n

Re: Python dependencies: plea for help

2017-12-09 Thread Simon Albrecht
On 09.12.2017 15:07, bb wrote: Problems arises if you install from source and especially vedrsion 3.0.0. I sent some reports about that troubles to the frescobaldi mailing list. As Ralph Palmer writes, setting up a new frescobaldi version always needs uninstall of the old version. Only frescob

Re: Fast lilypond input - does midi keyboard help?

2017-12-09 Thread deviskra
Hello! If you write monophonic melodies with varying rhythm and navigate through your PC keyboard well, there wouldn't be any advantage, likely. Yet, rhythmic MIDI input in general is very inaccurate, for me. Instead, it's possible to start with writing your parts rhythmically, without paying att

Re: Python dependencies: plea for help

2017-12-09 Thread bb
Installing frescobaldi from the distribution repository was no problem at all. Problems arises if you install from source and especially vedrsion 3.0.0. I sent some reports about that troubles to the frescobaldi mailing list. As Ralph Palmer writes, setting up a new frescobaldi version always nee

Re: Python dependencies: plea for help

2017-12-09 Thread Blöchl Bernhard
There is not remarked which fresobaldi version you try to install? With frescobaldi 3.0.0 I found that python-poppler-qt5 does notb work, python3-poppler-qt5 is needed!! I did not get frescobaldi 3.0.0 on Linux mint 17 (did not try 16), tried tons of library versions. In general I found the

<    1   2   3   4   5   6   7   8   9   10   >