LilyPond
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				| Dan Tobias  (Talk | contribs)  (Created page with "{{FormatInfo |formattype=electronic |subcat=Audio and Music }}  '''LilyPond''' is an open-source program to produce sheet music, using a text-based input format to supply musi...") | Dan Tobias  (Talk | contribs)  | ||
| Line 7: | Line 7: | ||
| Mediawiki's Score extension allows the embedding of music, input using LilyPond notation, in wikis. | Mediawiki's Score extension allows the embedding of music, input using LilyPond notation, in wikis. | ||
| + | |||
| + | == File detection == | ||
| The first line of a file should be a version statement like this: | The first line of a file should be a version statement like this: | ||
Revision as of 23:38, 22 September 2013
LilyPond is an open-source program to produce sheet music, using a text-based input format to supply music to be printed.
Mediawiki's Score extension allows the embedding of music, input using LilyPond notation, in wikis.
File detection
The first line of a file should be a version statement like this:
- \version "2.16.2"
The version number will vary by which LilyPond version the file is intended for.

