GSoC

What is Google Summer of Code?

Quoting GSoC website, “Google Summer of Code is a global program that offers students stipends to write code for open source projects. Google has worked with the open source community to identify and fund exciting projects for the upcoming summer.”

The LilyPond Team decided that this is an excellent opportunity to find new contributors, encourage students already participating in LilyPond development to become more involved, and - last but not least - write some great code for the benefit of all!

We are participating in GSoC as a part of GNU Project. See GNU GSoC webpage for information on how to participate.

Our Ideas List

Below is a list of projects suggested for GSoC students. If you don’t see a project that suits you, feel free to suggest your own! It’s also possible to scale down a project if you feel it’s too big.

We require that every student has basic git knowledge, and recommend that everyone applying for projects other than the last one have basic music notation knowledge.

Grace notes

Fix problems with synchronization of grace notes, together with all underlying architecture (see issue 34 in our tracker). Grace notes are confusing to LilyPond’s timing because they’re like going back in time. This causes weird effects, especially when one staff has a grace note and the other doesn’t.

Difficulty: medium

Requirements: C++, MIDI

Recommended: familiarity with LilyPond internals

Mentor(s): Mike Solomon, Carl Sorensen

MusicXML

Adding comprehensive MusicXML export and improving import, together with tests checking that it works. Depending on time available, implement some or all of the following:

  • Handle basic musical content export like the MIDI export (i.e. using dedicated exporter classes, derived from the translator class)
  • Build the XML tree of the basic musical content, add a connection from music event to XML tag
  • Let all LilyPond engravers do their job
  • Add ability to link each output object (basically each stencil / group of stencils) to the music cause (and thus to the XML tag in the XML tree)
  • Add a XML output backend, which can then add the layout information for each output object to the XML tags

The goal will be considered achieved when a (previously chosen) score could be imported from MusicXML and exported back with no unintentional loss of data.

Difficulty: medium

Requirements: MusicXML, Python, basic LilyPond knowledge

Mentor(s): Reinhold Kainhofer, Mike Solomon

Familiarity with other scorewriters (for cross-testing) would be a nice bonus.

Improve slurs and ties

The default shape of slur and tie curves is often unsatisfactory. Ties on enharmonic notes { cis'~ des' } are not supported, ties "broken" by clef or staff change aren’t supported well. The project includes collecting and sorting examples of bad output, deciding on the intended output and writing the actual code.

Difficulty: hard

Requirements: C++, experience with writing heuristics

Recommended knowledge: LilyPond knowledge, aesthetic sense

Mentor(s): Mike Solomon

Adding special variant of font glyphs

Adding on-staff-line, between-staff-line, shorter and narrower variants of some glyphs, for example accidentals, together with a generic infrastructure to support them. An example is ancient notation breve notehead coming in two variants, with smaller and bigger hole.

Difficulty: easy

Requirements: MetaFont, C++, good eye for details

Recommended knowledge: basic LilyPond knowledge

Mentor(s): Werner Lemberg

Improve beaming

Default positioning of regular, cross-staff, broken and kneed beams should be improved. Beaming should depend on context and neighbor notes (see section 2.2 here). If possible, reduce beaming computation time.

Difficulty: medium

Requirements: C++, experience with writing heuristics

Recommended knowledge: aesthetic sense

Mentor(s): Mike Solomon, Carl Sorensen

Better tablature support

  • Non-monotonic string tunings, like Ukulele
  • Create tablature input mode (currently musical information is entered in western-common-music-notation-terms, i.e. “a quarter f sharp note” and then converted to tablature) for transcribing medieval lute tablature
  • Implement modern tablature features, such as bends, pull-off, hammer-on
  • If a fretboard shape is defined for a given chord, use this information when displaying the chord on the staff (and not just display a default chord shape)

Difficulty: easy

Requirements: C++

Recommended knowledge: tablature notation familiarity

Mentor(s): Carl Sorensen

Clean up various compilation warnings

Clean up compiler warnings, static code analysis, and valgrind warnings. Automatic code analysis tools (warnings in g++ and clang) and analysis tools like valgrind memory leak detection and callgrind code profilers provide valuable information about possible flaws in C++ code. Cleaning these warnings would allow us to automatically reject any patch which introduced extra warnings.

Difficulty: medium

Requirements: C++

Mentor(s): Joe Neeman, Reinhold Kainhofer


Andere talen: English, español, français, italiano, 日本語.
About automatic language selection.

Validation

Met dank aan webdev.nl voor het hosten van lilypond.org. Valid HTML 4.01 Transitional

inserted by FC2 system