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: wrong note name conversion in musicxml2ly

2020-02-16 Thread mari+lilypond
You are right. It was My fault. I did use the wrong path. Thank you for fixing. On 2/16/20 6:30 PM, David Kastrup wrote: > mari+lilyp...@mailbox.org writes: > >> As far as I understand the closed issue 5746 should fix the problem >> musicxml2ly generating the note name "bes" instead of "heses"

Re: wrong note name conversion in musicxml2ly

2020-02-15 Thread mari+lilypond
As far as I understand the closed issue 5746 should fix the problem musicxml2ly generating the note name "bes" instead of "heses" with --language=deutsch. In fact the problem is not fixed in the actual git repository. See my attached mxl-file and the ly output of musicxml2ly --language=deutsch

Re: wrong note name conversion in musicxml2ly

2020-02-09 Thread mari+lilypond
According to http://www.ekmelic-music.org/de/extra/name24.htm the "beh" in Netherlands or "bqf" in English does correspond indeed to "heh" in German. But I never worked with quarter notes. On 2/9/20 5:52 PM, David Kastrup wrote: > mari+lilyp...@mailbox.org writes: > >>> On 2/9/20 1:49 PM, David

Re: wrong note name conversion in musicxml2ly

2020-02-09 Thread mari+lilypond
At least the output of musicxml2ly should be consistent with lilypond and should not not give an error message when compiling. Here the german Wikipedia for "double flat b": https://de.wikipedia.org/wiki/Doppel-b On 2/9/20 1:49 PM, David Kastrup wrote: > mari+lilyp...@mailbox.org writes: > >>

wrong note name conversion in musicxml2ly

2020-02-09 Thread mari+lilypond
when converting a mxl file with "musicxml2ly --language=deutsch" the note "beses" is converted to "bes". Lilypond gives an error at this notename with \language "deutsch", because the correct german notename for "double flat b" is "heses". This happens with all musicxml2ly versions at least from

Re: markup padding with full measure rests

2018-08-16 Thread mari+lilypond
Many thanks! Didn't find that... Markus On 08/16/2018 06:51 PM, David Kastrup wrote: > mari+lilyp...@mailbox.org writes: > >> Hi all, >> >> why is this example not working with full measure rests? How can I do >> the padding in another way? >> >> \version "2.19.82" >> >> \score { \relative c' {

markup padding with full measure rests

2018-08-16 Thread mari+lilypond
Hi all, why is this example not working with full measure rests? How can I do the padding in another way? \version "2.19.82" \score { \relative c' { \override TextScript.staff-padding = #3 d4 e4^\markup"x" r2^\markup"y" R1^\markup"z" f2 } } Regards and many thanks Markus

Re: center figured bass vertically

2018-08-14 Thread mari+lilypond
Hi Torsten, your answer did overlap with my last mail. It seems that your suggestion solves my questions in a way as I imagined. Many thanks to all! Markus On 14.08.2018 19:15, Torsten Hämmerle wrote: > mari+lilypond wrote >> I use \dynamicUp (because it's not only cello but also

Re: center figured bass vertically

2018-08-14 Thread mari+lilypond
Hi, I'm just trying another way: Coming from the very first example I try to override some context properties increasing the minimum-distance to stave so that the lowest <4> is rising up. Unfortunately it does not work :-( I'm somehow confused about the correct property names. Or am I completely

Re: center figured bass vertically

2018-08-14 Thread mari+lilypond
Hi Phil, On 14.08.2018 15:44, Phil Holmes wrote: > It would have been easier if you'd mentioned the violin originally! Sorry, that's a problem with trying to create a "minimal example". In fact I omitted other details which now seems to come relevant: I use \dynamicUp (because it's not only

Re: center figured bass vertically

2018-08-14 Thread mari+lilypond
Hi Pierre, thank you for your help. Your suggestion is a step in the right direction, but now I do have the problem that the figured bass is more nearby violin voice than cello voice: \version "2.19.82" violin = \relative c'' { e4 f4 g4 a4 } cello = \relative c' { g2. g4 } figuredBass =

center figured bass vertically

2018-08-14 Thread mari+lilypond
Hi all, if figured bass is drawn below a system it is automatically centered vertically in one line. How can I achieve the same if figured bass is above a system (see example below)? If it can not be done automatically, how can I do it manually? Any help is welcome Markus version "2.19.82"

Articulation and slur

2017-10-30 Thread mari+lilypond
relative c'' { f e(-^ d) c \override Slur.outside-staff-priority = #1 f e(-^ d) c } Many thanks, Mari ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Kneed beams in single staff polyphony

2017-10-07 Thread mari+lilypond
Hi, the following example shows three bars with should all show the eighth notes as in bar 1 with kneed beams. But I could not get it working in single staff polyphony environment (bar 2 and 3), neither automatically nor manually. Can someone give me a hint please what to do. Thanks, Mari