Projects tagged ‘lilypond’


[15 total ]

1 Users
 

PowerTab Tools contains a library for accessing PowerTab Tablature files (*.ptb) and utilities for converting .ptb files to ASCII and GNU LilyPond files.
Created over 2 years ago.

0 Users

mingusWhat's mingus?Intervals, Chords, Scales and Progressionsmingus is a package for Python used by programmers, musicians, composers and researchers to make and investigate music. At the core of ... [More] mingus is music theory, which includes topics like intervals, chords, scales and progressions. These components are rigurously tested and can be used to generate and recognize musical elements using convenient shorthand where possible (for example some acceptable chords are: "CM7", "Am6", "Ab7", "G7"). Bars, Tracks and CompositionsOn top of the core are data structures (mingus.containers) that make it easier to work with notes in bars, tracks and compositions. These containers lay the foundation for the remaining packages: midi and extra. MIDI and SequencingThe MIDI package can save and load MIDI files, and -last but not least- provides a general purpose sequencer for all the containers and a FluidSynth sequencer subclass. This allows you to play all your data structures straight from Python in just a couple of lines. Most of the icky timing and MIDI code has been abstracted away for you, leaving a clean, relatively simple API. ExtraLastly, the extra package includes a LilyPond exporter which can be used to create sheet music in PDF, PNG and postscript. It also offers ASCII tablature and MusicXML exporting and a sound analysis module which can recognize notes and melody in raw audio data. Learn More About Mingus in the Wiki Latest news2009/07/07 -- Version 0.4.2.3: Features a new MusicXML module by Javier Palanca and a new SequencerObserver module that can be attached to a Sequencer. Also includes a full copy of the license, a THANKS and an AUTHORS file and updates to the copyright information; so that we can get included in the next Ubuntu release. Release notes. 2009/07/02 -- Version 0.4.2.0: Contains the new tunings module, with information about the different kind of tunings for various instruments, and the tablature module built on top of that, which can export all the mingus.containers to pretty ASCII tabs. See the release notes for more details and some examples. 2009/06/29 -- Opened a new mailing list targeted specifically at developers and people wishing to follow the project closely. For all commit logs, issue updates and code discussion see mingus-devel 2009/06/26 -- Version 0.4.1.0: More new stuff! A general purpose sequencer in the midi package, consonance and dissonance test on NoteContainers and a new module named fft that can analyze raw audio data for frequencies and notes. See the release notes for some examples and more details. See the complete change log here ContactFor questions, patches, recommendations and requests, you can contact the mingus google group. Visit this group ContributeThe project is currently one year old and new stuff keeps getting added. We are always open to new ideas, suggestions and code so visit the mailing list if you have any ideas or want to contribute to the project. [Less]
Created about 1 year ago.

0 Users

This is a collection of Lilypond code specifically designed to produce music for pipeband drumming.
Created 12 months ago.

0 Users

With this tool, create cropped images of music notation from Lilypond source files. The resulting images are meant to be suitable for insertion in documents and web pages. Dependency: netpbm suite ... [More] of image manipulation tools. Platorms: Linux and Mac OSX. [Less]
Created 8 months ago.

0 Users

A set of Google Wave extensions to display musical notation written in LilyPond format and a web server backend to render LilyPond source into an image.
Created about 1 month ago.

0 Users

This is a Free Software project to make working with the LilyPond music typesetter within KDE very easy. If you are a LilyPond user and you have KDE, then this project might be useful to you. In ... [More] the lilykde Googlecode project currently live three projects: • Frescobaldi. A LilyPond sheet music editor for KDE4. It has its own website at Frescobaldi.org. • lilypond-kde4 (for KDE 4.1 only). A base package for KDE 4.1 containing a KatePart indent script, icons and a powerful textedit protocol handler. • LilyKDE (for KDE 3.5). A Kate plugin with LilyPond editing features. (The precessor of Frescobaldi.) [Less]
Created about 1 year ago.

0 Users

Although computers have transformed how we listen to, obtain, compose, and notate music, they have not fundamentally changed how we research and analyze music. Though many computer databases have been ... [More] created for musicology, they are not well adapted for sophisticated music queries. For instance, melodies can be found if exact matches exist. But melodic variations such as the repetition of a phrase or a change in embellishment are extremely common, yet cause searches to fail. More complex investigations, such as finding all melodies that imply a particular underlying harmony, can barely begin to be created with existing software packages. The lack of relevant software for analyzing music hampers scientific attempts to understand what we listen for and how we process what we hear; these activities are little understood despite music’s nearly universal presence in our daily lives. The music21 project at M.I.T. will give to the music community the set of tools it needs to conduct sophisticated musical and statistical analysis using modern programming techniques. The software framework, written in Python and Java, manipulates music as a collection of symbolic data, such as pitch names and note durations, that can then be classified as higher level musical structures according to the style, region, or period being studied. Music21 focuses specifically on the manipulation of symbolic music data: it leaves to the many preexisting open-source and proprietary software packages the notation and audio playback of scores (the two areas where computer-aided music research is most developed). By focusing on the points of greatest need to musicology, the framework will give rapid results within a short timeframe. [Less]
Created 3 months ago.

0 Users

Holdsworth is a QT-based library that algorithmically generates fingerings (including position hints) for note data. An example program "fing" shows how to use the library to generate lilypond output.
Created 12 months ago.

0 Users

Lilypond Plugin for DokuwikiIntroductionThis is a plugin to do music typesetting with Lilypond via Dokuwiki. Lilypond is a music typesetter similar to latex (in quality and complexity). Dokuwiki is a ... [More] very simple to use yet powerful wiki engine. Lilypond plugin allows to write lilypond code to a wiki page, and let the wiki generate the pdf etc for you. This enables you to: share your music with others work on your music with others revision control The idea is to eventually start a wiki where sheetmusic can be exchanged and developed collaboratively. Requirementsa working dokuwiki installation lilypond pdfinfo from xpdf-utils (or poppler-utils) svn to get the plugin in the first place Installationcd to dokuwiki/lib/plugins svn checkout http://lilypond-plugin.googlecode.com/svn/trunk/ lilypond UsageSimply put something like this (any correct lilypond file) on a wiki page \relative c' { c4 d e f } The page will be saved as reduced png for thumbnails and .pdf and .ly for download. The generated files will be rendered as links. The filename is (for now) the same as the name of the wikipage (one page for one score). ConfigurationNone for now. Technical DetailsThe files are generated with: /usr/bin/lilypond --png --pdf -dresolution=20 -ddelete-intermediate-files=#t -o .../dokuwiki/data/media/output - The results show up under: .../dokuwiki/data/media [Less]
Created 12 months ago.

0 Users

What is it?ScoreRender is a Wordpress plugin for rendering sheet music fragments into images. Currently it supports the following music notations: ABC GUIDO Lilypond Mup Philip’s Music Writer It ... [More] supports converting fragments in excerpts, posts, pages and (optionally) comments. Important noteThis Google site is mainly used for bug tracking and subversion hosting. Main website is http://scorerender.abelcheung.org/ . Visit WordPress directory to download the plugin. [Less]
Created 4 months ago.