GithubHelp home page GithubHelp logo

Comments (12)

moinejf avatar moinejf commented on July 20, 2024

Strange: there is no such a message in abcm2ps!
May you give a ABC example?

from abcm2ps.

jasper-e avatar jasper-e commented on July 20, 2024

I wonder if it is because of my abcm2ps is quite old from the xubuntu distribution: 6.6.17 (June 10, 2012)

I have found a public domain example, I have uploaded it here -- note that the file is in Unicode encoding and in Linux format (no CR/LF).

Thanks in advance for your assistance!

from abcm2ps.

jasper-e avatar jasper-e commented on July 20, 2024

One more comment: the actual abc content is not maintained manually but is generated (converted from another format)

from abcm2ps.

moinejf avatar moinejf commented on July 20, 2024

With your tune, I get only these messages:

/tmp/toto.abc:14:193: error: Not enough words for lyric line
/tmp/toto.abc:14:193: error: Not enough words for lyric line
/tmp/toto.abc:14:193: error: Not enough words for lyric line
/tmp/toto.abc:14:78: warning: Line overfull (676pt of 663pt)

There is no 'X' inside the tune.
The tune has time errors: it seems that tuplets are missing. For instance:

G2 ('GAB) A2 G2

shoud be

G2 (3GAB A2 G2

About the abcm2ps version, 'X' has been implemented in the version 3 or 4, surely before 2000.

from abcm2ps.

jasper-e avatar jasper-e commented on July 20, 2024

Looks like I have recently introduced a bug into my converter in tuplets... Going to correct it.
I am going to reinstall abcm2ps then, hoping it solves the issue with invisible rests.

from abcm2ps.

jasper-e avatar jasper-e commented on July 20, 2024

Got another example.

from abcm2ps.

jasper-e avatar jasper-e commented on July 20, 2024

A comment here: in some other music notation software, I need the invisible rest in order to start with the repeat start bar. I would not like to deal with removal of the measure if possible during my conversion, because I have to deal with that at several places in that case (note lengths, note pitches, chord lengths and chord names, tuplets, lyrics, decorations etc.)

from abcm2ps.

jasper-e avatar jasper-e commented on July 20, 2024

Perhaps a bit more interesting example.
Here voice 2 has only notes for the responsorial part.

from abcm2ps.

jasper-e avatar jasper-e commented on July 20, 2024

By the way abc2xml.py interprets this last example correctly (I have checked with MuseScore), see its output

from abcm2ps.

moinejf avatar moinejf commented on July 20, 2024

I tried your tunes with old versions of abcm2ps, and, I was wrong, 'X' has been implemented in the version 7.0.8 (May 2012). With prior versions, all 'X's (at start of tune or not) are reported by

Notation 'X' not treated

About the invisible rests at start of tune, this raises a problem about measure bar numbering: the anacrusis (incomplete measure) is not counted. For instance, in

G|cdef|g4|

'g4' is the 2nd measure.

Also, with your last tune (Az ég és a föld), abc2svg outputs 2 errors:

/tmp/titi.abc:7:1 Error: C: inside tune - ignored
/tmp/titi.abc:9:1 Error: A: inside tune - ignored

There is no such error with abcm2ps, but the C: and A: fields are also ignored;
see http://abcnotation.com/wiki/abc:standard:v2.2#information_fields.

from abcm2ps.

jasper-e avatar jasper-e commented on July 20, 2024

Thanks, it turned out I could easily switch to version 7.8.9 (taking the package from a newer ubuntu release, I had even no issues with dependencies at all :) ) and the issue with X is gone! 👍

With respect to incomplete measures it is surprising that X yields one. I would consider X in itself to complete the measure as it has the length of the whole measure by definition :)

The wrong placement of C:, A: and other information-like fields (even T: as well) is a known issue with my converter, with low/medium priority (I expect it to be quite easy to fix), at the moment the primary focus to get the melody + chords + lyrics + decorations work well.

from abcm2ps.

moinejf avatar moinejf commented on July 20, 2024

About incomplete measures, the problem is not 'X', but 'x'. The normal start of 'Let My People Go' is

B, / | GGFF  | G/GE/-E2  |

where 'G/GE/-E2' is the second measure.
When you write

x3x/B, / | GGFF  | G/GE/-E2  |

you set 'G/GE/-E2' as the 3rd measure, and this is wrong.

Otherwise, you can avoid a series of 'X|X|X|X|X|X|X|X|' by 'X8|'.
And, more, you can use '&' to insert temporary voices.

Eventually, you can get up-to-date binaries of abcm2ps in Guido's page: http://abcplus.sourceforge.net/ (if you use a ARM v7 machine, I may send you a armhf static binary).

from abcm2ps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.