GithubHelp home page GithubHelp logo

xenoage / zong Goto Github PK

View Code? Open in Web Editor NEW
29.0 29.0 12.0 6.17 MB

Zong! Music Notation

License: GNU Affero General Public License v3.0

Java 82.83% HTML 0.59% CSS 3.87% Shell 0.02% Kotlin 12.69%

zong's People

Contributors

xenoage avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zong's Issues

Does Zong support guitar tab?

Hi, Andreas
Is zong only support stave?
It seems has some problem when I use zong to draw a file contains guitar tab,notation is not right.
Is there a plan to support guitar tab?
thanks.

easy way to hide or show instrument on the scource

Could Zong add an easy way to hide or show instrument on the score. I use MuseScore I can't seem to this option in MuseScore. It would love to see this option when the users print a score the instruments that are shown instruments are only ones painted.

Problem in transfer large amount of musicxml files to PDF

Hi, sorry to bother again.
I want to transfer a large amount of musicxml files to PDFs. So I changed the code in MinimalDemo.java to:
File file = new File("scores/");
String test[]; test = file.list();
for(int i = 0; i < test.length; i++) {
File inFile = new File("scores/" + test[i]);
ScoreDoc doc = DocumentIO.read(inFile, new MusicXmlScoreDocFileInput());
//convert to PDF
File outFile = new File(test[i]+".pdf");
DocumentIO.write(doc, outFile, new PdfScoreDocFileOutput());
//finished. open the PDF file.
//Desktop.getDesktop().open(outFile);
}
however I found the programme can only handle less than 10 files a time. Is it possible to process large amount of files, say 100k ?
Thanks a lot!

How to remove the "xml part" symbol?

Hi! I'm doing a project concerning musicxml files. Your project plays an important role in my data processing stage. Thanks a lot for your work!
By the way, I notice that there's always a "xml part " symbol in the output PDF in front of the staff. Could you do me a favor, tell me how to remove this symbol?
Thanks a lot!

When I clone this project then run ./gradlew in root directory, error occurred

Build failed when checking out master

Hi there,

I tried to build the gradle task "player" on the master branch but somehow it looks like a namespace is missing (maybe not checked in?)

:core:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.6 D:\Projekte\Zong\core\src\com\xenoage\zong\Voc.java:3: error: package com.xenoage.utils.lang does not exist import com.xenoage.utils.lang.VocID;

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.