Reciting tones

2020-03-22 Thread R. Padraic Springuel
While typesetting chant, I have a pair of functions for dealing with recitation notes: one applies to the notes, the other to the lyrics (see MWE below). This works, but I’m wondering if there isn’t a way to combine the two functions into one that has a few extra features: 1) The function

RE: StaffSymbol stops short of end-of-\score TimeSignature or KeySignature

2020-03-22 Thread Daniel Rosen
> -Original Message- > From: Noeck [mailto:noeck.marb...@gmx.de] > Sent: Friday, March 20, 2020 6:33 PM > To: lilypond-user@gnu.org > Subject: Re: StaffSymbol stops short of end-of-\score TimeSignature or > KeySignature > > You could add an invisible spacer rest in both cases: > \time

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

Re: Whole-note tremolo beams

2020-03-22 Thread Leo Correia de Verdier
Second attempt: The function now has a syntax more similar to \repeat tremolo. I managed to fix it so it works in any clef, and it can be manually offset to avoid both augmentation dots and accidentals. This is still a little bit off, for some reason I can’t find out. When adding extra space

Re: Peculiar behavior of barlines

2020-03-22 Thread Thomas Morley
Am So., 22. März 2020 um 16:39 Uhr schrieb 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

Re: musicxml2ly 2.20 bug

2020-03-22 Thread Jacques Menu
Hello David*2, You may be interested in xml2ly 0.93, which I’m currently finalizing. The doc is at https://github.com/grame-cncm/libmusicxml/tree/lilypond/doc , in particular

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

Re: Peculiar behavior of barlines

2020-03-22 Thread Thomas Morley
Am Sa., 21. März 2020 um 14:26 Uhr schrieb 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

Re: musicxml2ly 2.20 bug

2020-03-22 Thread David Kastrup
David Wright writes: > On Sun 22 Mar 2020 at 10:54:29 (+0300), Павел Буданов wrote: >> I tried to use musicxml2ly from official repository of manjaro linux and >> get this output: >> Traceback (most recent call last): >> File "/usr/bin/musicxml2ly", line 44, in >> import lilylib as ly >>

Re: musicxml2ly 2.20 bug

2020-03-22 Thread David Wright
On Sun 22 Mar 2020 at 10:54:29 (+0300), Павел Буданов wrote: > I tried to use musicxml2ly from official repository of manjaro linux and > get this output: > Traceback (most recent call last): > File "/usr/bin/musicxml2ly", line 44, in > import lilylib as ly > ImportError: No module named

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:

Re: lilypond score in youtube video

2020-03-22 Thread Karlin High
On Sun, Mar 22, 2020 at 5:34 AM Martin Tarenskeen wrote: > I want to make some YouTube video's combining audio and Lilypond created > pages. I think Knut Petersen's MKVIDEO works much like you've described. I've used it for several score video projects.

Re: lilypond score in youtube video

2020-03-22 Thread Noeck
Hi Martin, there is ly2video by Adam Spiers: https://github.com/aspiers/ly2video And you will find more in this thread from 2016: http://lilypond.1069038.n5.nabble.com/Generation-of-Notation-Videos-with-Lilypond-Tool-Chain-td188204.html One main idea is to use an infinitely wide page and just

lilypond score in youtube video

2020-03-22 Thread Martin Tarenskeen
Hi, I want to make some YouTube video's combining audio and Lilypond created pages. I don't mind to do some simple video editing manually, so not everything needs to be totally automized. The idea is to output some png images from my lilypond score to use in my video editing software and

\magnifyMusic bug

2020-03-22 Thread Павел Буданов
\magnifyMusic does not affect to new voices (see the example below). If it is a normal behavior then why \magnifyMusic requires curly braces? It would be more logical to do this as \voiceOne etc. commands (without curly braces). \version "2.20.0" \relative c' { \magnifyMusic 0.5 { c d e f \new

Re: musicxml2ly 2.20 bug

2020-03-22 Thread mari+lilypond
It's no bug in musicxml2ly. I compiled v2.20 from source and it works as expected. Either it's a problem with the manjaro repository or with your python environment. On 3/22/20 10:15 AM, Martin Tarenskeen wrote: > > > On Sun, 22 Mar 2020, Павел Буданов wrote: > >> I tried to use musicxml2ly

Re: musicxml2ly 2.20 bug

2020-03-22 Thread Martin Tarenskeen
On Sun, 22 Mar 2020, Павел Буданов wrote: I tried to use musicxml2ly from official repository of manjaro linux and get this output: Traceback (most recent call last):   File "/usr/bin/musicxml2ly", line 44, in     import lilylib as ly ImportError: No module named lilylib Then I tried to

Re: raise markup

2020-03-22 Thread Malte Meyn
Am 22.03.20 um 09:06 schrieb bobr...@centrum.is: I've created a markup, simplified to 'X' in my example, and I would like to move it up partway into the staff. I can move it down with a negative number but it won't move higher than '0' in \translate. There must be a way to do this.

raise markup

2020-03-22 Thread bobr...@centrum.is
I've created a markup, simplified to 'X' in my example, and I would like to move it up partway into the staff. I can move it down with a negative number but it won't move higher than '0' in \translate. There must be a way to do this. -David % \version "2.18.2" \score { \relative {

musicxml2ly 2.20 bug

2020-03-22 Thread Павел Буданов
I tried to use musicxml2ly from official repository of manjaro linux and get this output: Traceback (most recent call last): File "/usr/bin/musicxml2ly", line 44, in import lilylib as ly ImportError: No module named lilylib Then I tried to install lilypond from official cite via shell