Re: Line breaks in polymetric music

2020-06-01 Thread Sami Amiris
Thank you very much! A great solution! Many thanks! -S.A. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Line breaks in polymetric music

2020-06-01 Thread Sami Amiris
A great thank you to all! I will implement these solutions to my piece. Thank you all once again! -S.A. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Line breaks in polymetric music

2020-05-31 Thread Sami Amiris
Thank you for your response. I did research it and found nothing. Would you have a suggestion for me to look at? Thank you S.A. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Line breaks in polymetric music

2020-05-31 Thread Sami Amiris
at you spot the bars in question more easily. it is polymetric, so there are quite a few things that have to be written for the thing to be possible to begin with, so please excuse the minimum minimalism of the example. Thank you very much as always, Sami Amiris -- Sent from: http://lilypond

Re: Multiplicative Time Signatures

2020-05-12 Thread Sami Amiris
Absolutely!!! Thank you very much!!! -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Multiplicative Time Signatures

2020-05-12 Thread Sami Amiris
Hello great people of the list. One small question: how can I implement a multiplicative time signature? For example: 4 x 3/8 where 4 is a nice big integer and 3/8 is a fraction? Searched for it but couldn't find anything at least relatively recent. Please excuse this if it has already been so

Re: Peculiar behavior of barlines

2020-03-22 Thread Sami Amiris
Thomas Morley-2 wrote > Regrettable, nope. > Try those segne-bar-lines... Thank you very much for your very detailed explanation! I appreciate it very much. Once I fully understand the technicals of lilypond and the scheme program that you wrote (I think I get it, I just need to play around with i

Re: Peculiar behavior of barlines

2020-03-22 Thread Sami Amiris
> Instead of manually applying X-offset-overrides you may try: > > #(define end-of-line-right-aligned-sencil > (lambda (grob) > (let* ((break-dir (ly:item-break-dir grob)) >(basic-props (ly:grob-basic-properties grob)) >(stil-proc (assoc-get 'stencil (reverse basic-

Re: Turning off selected spanbars in a Grandstaff

2020-03-22 Thread Sami Amiris
I would kindly ask you, how did you get the notes to look like this (straight beams, thinner overall look etc.)? If it distracts from the thread I apologize, but I am truly curious as to the visual aspect of it all. (The polymeter I understand.) -- Sent from: http://lilypond.1069038.n5.nabble.co

Re: Peculiar behavior of barlines

2020-03-21 Thread Sami Amiris
Thank you, very much indeed. I obviously did some stupid mistake(s) of some sort or another, so once again thank you very much. Ptoblem solved! Cheers! -S.A. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Peculiar behavior of barlines

2020-03-21 Thread Sami Amiris
Thank you for the suggestion. I have been playing around with your suggestions - which I am truly very thankful for, btw - and I have come to this so far: 1) The spanbar seems to be created at the bottom staff, at the "||-end" definition. 2) If the spanbar is double, like the bottom double barl

Re: Peculiar behavior of barlines

2020-03-21 Thread Sami Amiris
Thank you for the suggestion once again. I thank you for having spent some time on it. The whole idea is to create a mirror image of the compound barline on the beginning of the example, which means that they must align to the right, not to the left. Now it is a copy of the system at the beginning

Re: Peculiar behavior of barlines

2020-03-20 Thread Sami Amiris
Thank you for the suggestion. I tried it, so far I haven't got results. One case that I actually aligned them well, I lost the "!" part of the barline in between. I will continue, though. It maybe that one particular combination of all things will produce a result. Thank you once again. -S.A.

Re: Peculiar behavior of barlines

2020-03-19 Thread Sami Amiris
I apologise for flooding your email. Just found out another issue that I would like your help, again with the barlines. Should I open another thread? I thought they were in the same topic as before. The question is: Is there a way to align the barlines correctly at the end of the system? I have w

Re: Peculiar behavior of barlines

2020-03-19 Thread Sami Amiris
Thank you, that is what I meant. Thank you for the link as well. I would like to take the opportunity to that all of you great people. Lilypond plays basically without opponents when it comes to more "out-of-the-box" things, like polymeter and polytemporality, and I understand more and more every

Re: Peculiar behavior of barlines

2020-03-18 Thread Sami Amiris
Actually I stand corrected! I made a mistake, I corrected it and it works fine! Thank you very much! This is the snippet! I know that it would do a lot for people like me, maybe it should be included in the section about barlines? Thank you once again! S.A. --

Re: Peculiar behavior of barlines

2020-03-18 Thread Sami Amiris
Hello all. Thomas Morley-2 wrote > \defineBarLine "||-end" #'("||" #f " !") > \defineBarLine "||-beg" #'("||" #f "!") > \defineBarLine "||-!" #'("||-end" "||-beg" "!") > \defineBarLine "|-dashedSpan" #'("|" "|" "!") > \defineBarLine "|-!" #'("|-dashedSpan" "|-dashedSpan" "!") > > Should do the

Re: Peculiar behavior of barlines

2020-03-18 Thread Sami Amiris
Werner LEMBERG wrote >> The reason for the not minimal example is because each staff has its >> own timing. [...] > > Well, the problem at hand is not related to polymetric notation at > all, AFAICS; you can use standard stuff also to demonstrate the > problem... Thank you for your response. Ι

Re: Peculiar behavior of barlines

2020-03-18 Thread Sami Amiris
Hello and thank you for your reply. The reason for the not minimal example is because each staff has its own timing. This is polymetric notation, not simple notation. Each staff has its very own barlines, and when I put them in a group, the barlines are united only when the timing of the two stave

Re: lyp

2020-03-17 Thread Sami Amiris
I wrote it in Git. The code probably is in Ruby, but I don't know enough Ruby to fix it at this point anyway. I reported the problem and it is up to the developers now. Thanks again! S.A. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Peculiar behavior of barlines

2020-03-17 Thread Sami Amiris
Dear all, The more I see this, it looks like I either did something totally wrong, or it is a bug. I tried all sorts of combinations, but the behavior remains the same. If it looks like a bug and smells like a bug (it could very well NOT be a bug, I know it by now...). I would truly appreciate any

Re: lyp

2020-03-17 Thread Sami Amiris
> Apart from reporting, it might be worth trying to use exterior tools > to convert the PS to PDF. The system versions might use a > self-consistent set of binaries and support files, even if all > they're > doing is using ghostscript at some level. You even have a choice of > linux and windows p

Re: lyp

2020-03-17 Thread Sami Amiris
Well, that was a true surprise there. Yes, the ps file is fine. Its conversion to pdf seems to be the problem. Plus, it is all with the bravura font as I had written. Thank you for the tip. Never expected it tbh... Still, what do we do now? Apart from reporting it to the Git hub that is? Thank y

Re: lyp

2020-03-17 Thread Sami Amiris
Thank you very much, will do. Yes, it looks very much like that. Thanks again. -S.A. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: lyp

2020-03-17 Thread Sami Amiris
Hello, and thank you both for your replies. Yes, it is the lyp program as described above by Mr. Urs Liska. I have a Fedora 31 system and a Windows system as well, but right now I am using the Fedora one. I use vim and call lilypond from the command line - the program gives me the output logs in

lyp

2020-03-16 Thread Sami Amiris
Hello esteemed members. I am not a power-user by any stretch of the imagination, so my questions might be a bit silly or worse. Still, I will be asking them if I don't find them answered somewhere, hoping to not impose too much. I recently read about a problem with Ghostscript relating to lyp.

Peculiar behavior of barlines

2020-03-16 Thread Sami Amiris
Hello all. I would like the barlines that span both staves (not the barlines in each individual staff alone) at the middle of the line to have the same behaviour at the next end (to the right) and the start of the line below at the very left. In other words, A1, A2 and A3 should all be the same as

Problem with stems, voices, etc.

2012-06-07 Thread Sami Amiris
Please excuse anewbie question. This example is supposed to get me two distinct voices going from staff to staff on autopilot, when they pass by middle C. Here is the code: \version "2.14.2" \score { \new PianoStaff << \new Staff = "up"{ \c

Problem with voices

2012-06-07 Thread Sami Amiris
I am sorry for any inconvenience to the group. I am a relative newbie, and I need help. When I type this: \version "2.14.2" \score { \new PianoStaff << \new Staff = "up"{ \clef treble \new Voice = "upper" \a