musicxml2ly --nd doing what?

2024-11-10 Thread Alexander Slávik
Good morning, the following musicxml file contains a element, which I hoped would be ignored if I run musicxml2ly with the --nd option, but it's not. So either this is a bug, or I misunderstand what is --nd supposed to do. In any case, it would be great to have an option that would basic

Re: musicxml2ly incorrect duration syntax

2024-10-27 Thread Alexander Slávik
Sorry, I should have said that I was using 2.25.12, which I considered fairly new and didn't bother to download a newer one. You're correct that 2.25.20 produces a valid output. Sorry, I'll be more careful next time. Best, AS

musicxml2ly incorrect duration syntax

2024-10-27 Thread Alexander Slávik
Converting the attached .musicxml file to .ly via musicxml2ly produces r4*9.0 in voice P3, which LilyPond doesn't like and says syntax error, unexpected REAL Have a nice Sunday, AS Untitled score Composer / arranger MuseScore 4.4.2 2024-10-23

Re: Imprecise font scaling

2024-02-17 Thread Alexander Slávik
> https://gitlab.com/lilypond/lilypond/-/merge_requests/2258 Great, thanks! AS

Re: Imprecise font scaling

2024-02-15 Thread Alexander Slávik
This is perhaps not the best place to discuss that, but thinking about it, I don't understand why text-font-size is dimensionless (when it actually does have a dimension). Wouldn't text-font-size = 12 \pt be more intuitive (and, at the same time, allowing also other units)? AS

Re: Imprecise font scaling

2024-02-15 Thread Alexander Slávik
" Actually "NR 4.2.2 Setting the staff size" kind of document it: The default staff size is 20 points, which corresponds to a staff height of 7.03mm (one point is equal to 100/7227 of an inch, or 2540/7227 mm). " Thanks! Even more info on the units can be found "5.4.2 Distances and measu

Re: Imprecise font scaling

2024-02-15 Thread Alexander Slávik
Perhaps it might be worth clarifying what sort of "pt" does LilyPond use. Or did I just overlook this information? For instance, run \version "2.25.12" \pointAndClickOff \header { tagline = "" } \paper { text-font-size = 12 } \markup { LOL } and either use -dbackend=cairo --eps, or

Re: Imprecise font scaling

2024-02-10 Thread Alexander Slávik
" …expects an integer size scaled by PANGO_SCALE, which is 1024. That is, we are limited to a precision of 1/1024 points on the font size. " An "evidence" for this might be that the difference 7.73242188 - 7.73046876 is pretty close to 2/1024. AS

Imprecise font scaling

2024-02-02 Thread Alexander Slávik
Hello, I'm running the following code \version "2.25.12" \markup { LOL } \markup { \magnify #2.0 LOL } and the results are not really precise. When producing --eps, the relevant output lines are /C059-Roman 3.86523438 output-scale div selectfont /C059-Roman 7.73242188 output-scale div selectfo

Re: Incorrect transposition via musicxml2ly

2024-01-28 Thread Alexander Slávik
> I can write this up as an issue unless you want to... Please do so; thanks! AS

Re: Incorrect transposition via musicxml2ly

2024-01-28 Thread Alexander Slávik
Seems like this didn't get much attention… AS

Incorrect transposition via musicxml2ly

2024-01-07 Thread Alexander Slávik
= "PartPOneVoiceOne" {\transpose c d  \voiceOne \ PartPOneVoiceOne } where the \transpose has no effect (\voiceOne should come before \ transpose). Tested using the musicxml2ly script coming with 2.25.12 and 2.24.0. Thanks! Alexander Slávik http://www.musicxml.org/dtds/pa