summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* convert-ly: rule for 2.14.0 release.Graham Percival2011-06-061-0/+6
* Changes botton-margin to bottom-margin.Mike Solomon2011-05-061-1/+1
* Web: fix link to old website.Graham Percival2011-04-161-2/+2
* lilylib: handle encodings. Fixes #1073 and u#714213.Jan Nieuwenhuizen2011-03-211-2/+8
* Manual convert-ly woodwind files...Narrow the convert-ly rule from 1273cd.. to reduce false-positives. Resolve the remaining false-positives with a version bump. Keith OHara2011-03-061-1/+1
* lilypond-book: add [pagesize=xyz] option....This will be *extremely* useful when writing Notation 4 Spacing issues. Graham Percival2011-03-011-0/+8
* Fixes clarinet fingering chartsMike Solomon2011-02-231-0/+9
* Final update to rationalise CSS files...Postprocess-html.py also had CSS references in and needed editing to change them to the new CSS reference. Signed-off-by: Patrick McCarty <pnorcks@gmail.com> Phil Holmes2011-02-111-3/+1
* Merge branch 'master' into lilypond/translation...Conflicts: scripts/build/create-weblinks-itexi.py Francisco Vila2011-02-051-0/+12
|\
| * remove bar-size and replace by bar-extentBenkő Pál2011-02-011-0/+12
* | Merge branch 'web-experimental' into lilypond/translationFrancisco Vila2011-02-051-2/+2
|\ \
| * | Doc: Czech webpage from Pavel, thanks!Francisco Vila2011-02-041-2/+2
* | | Merge branch 'web-experimental' into lilypond/translation...Conflicts: make/website.make Francisco Vila2011-02-041-1/+4
|\| | | |/ |/|
| * Web: add Chinese webpage by Ben Luo, thanks!Francisco Vila2011-02-041-1/+4
* | Midi2ly: in --preview mode, only parse first eight 4/4 bars (12288 clocks).Jan Nieuwenhuizen2011-01-241-11/+15
* | midi.c: resurrect debug printing.Jan Nieuwenhuizen2011-01-241-5/+6
* | Midi2ly: grok midi files with up to 256 tracks, was 32 -- midi.c-part. Fixes...Jan Nieuwenhuizen2011-01-241-1/+1
|/
* Admin: run yearly grand-replace.Graham Percival2011-01-132-2/+2
* Correct convert-ly of page spacing...Add a new rule to convert assignments to some page spacing variables from mm to staff spaces Add a NOT_SMART for variables the rule is unable to convert Correct text of a NOT_SMART Keith OHara2011-01-091-11/+29
* Change stringTunings from list of semitones to list of pitches...This will allow the creation of a tab key that will list the tuning of each of the strings. * ly/string-tuning-init.ly - define music function makeStringTuning that accepts a chord in absolute octave mode to define string tuning. - define music function contextStringTuning that performs the function of makeStringTuning but also sets TabStaff.stringTunings and FretBoards.stringTunings to the newly-defined tuning - include predefined string tunings in makeStringTuning format - add predefined tunings for orchestral strings * scm/tablature.scm - Eliminate the predefined string tunings (they're moved to ly/string-tuning-init.ly * python/convertrules.py - Add rule to convert \set stringTunings = #'(...) to \set stringTunings = #`((ly:make-pitch x y z)...) with ly:make-pitch entries automatically calculated. * Documentation/* - Update documentation as necessary. - Added automatically-generate list of predefined string tunings. * input/regression/* - Update regression tests for new syntax. * Add changes entry * Modify code in changes * run makelsr.py Carl Sorensen2011-01-072-3/+37
* Fix 1456...Remove context argument from \overrideTimeSignatureSettings. It always applies to the Timing context, so no argument is necessary. Fix documentation and regression tests to match new behavior. Write conversion rules for convert-ly Run convert-ly on the documentation Carl Sorensen2010-12-221-0/+6
* Add convert-ly rule for removing HarmonicParenthesesItemCarl Sorensen2010-12-161-4/+11
* Change space to basic-distance in spacing alists.Joe Neeman2010-12-071-0/+7
* MusicXML: Fix invalid MusicXML files...Invalid MusicXML spotted by Richard Lanyon, richard.lanyon at avid . com Reinhold Kainhofer2010-11-241-8/+8
* Remove head- and foot-separation.Mark Polesky2010-11-201-0/+16
* Convert-ly: fix regexp for Dynamics context...The regexp was too greedy and also removed Performer_groups (e.g. Piano template). The new rule prints a comment in lieu of the removed \context{} block. Valentin Villenave2010-11-131-2/+2
* vert. spacing: Update convert-ly.Mark Polesky2010-11-121-3/+18
* lilypond-book: add a --safe mode option (1281).Julien Rioux2010-10-221-0/+6
* convert: properly escape some single-backslashes.Graham Percival2010-10-211-6/+7
* Fix 1323 - links "Back to documentation index" in HTML docsJohn Mandereau2010-10-181-15/+12
* vertical spacing: Update convert-ly.Mark Polesky2010-10-161-1/+13
* [lilypond-book] Fix indentation in LaTeX mode....Without \noindent, the first line gets always indented. This is such a severe bug that I wonder how it could stay unnoticed for obviously such a long time... Werner Lemberg2010-10-151-0/+1
* Convert: escape a . to avoid false warnings....The old convert-ly complains about things like \bar "'" but judging from the warning message, it's only supposed to match \bar "." Graham Percival2010-10-041-1/+1
* Allow user-defined predefined fretboard hash-table...Add fretboard-table argument to \storePredefinedDiagram Add rule to convertrules.py Modify all predefined-*-fretboards.ly Modify regression tests Run makelsr.py Carl Sorensen2010-10-011-0/+9
* Build: another fix for 1167....Unstable docs now go to /development.html instead of /manuals.html Graham Percival2010-08-271-1/+2
* Lilypond-book: (Windows) the subprocess mod fails due to msvcrt, use os.popen3...os.popen3 is deprecated, but the GUB build does not include the msvcrt module which is required by the subprocess module (Windows only). So, we can't use the suggested replacement (subprocess.Popen) instead of os.popen3... Reinhold Kainhofer2010-08-231-5/+9
* Deprecate negative dash-period for hidden lines.Neil Puttock2010-08-211-1/+5
* Woodwind diagrams -- change syntax...Add graphical to list of grob properties Add graphical to instrument-specific-markup interface Move size, thickness, graphic to props. Update regression files, add convert-ly rule Carl Sorensen2010-08-211-0/+8
* Fix 1084....Don't include irrelevant contents when checking for equality of files. Joe Neeman2010-08-131-5/+6
* Build: fix 1167....I think it works. It doesn't seem to mess up the offline build, at least. I'm not 100% certain about the exact url, but it definitely changes the url, so I guess we'll just have to wait until 2.13.30 to see if it really works or not? Graham Percival2010-08-121-0/+10
* feta-accordion.mf, convertrules.py, musicxml2ly.py, accordion-discant-symbols......Symbol names like "accordion.accStdbase" are turned into "accordion.stdbass" in order to get more consistent and obvious names. Conversion rule is provided as well, and the single snippet is adapted. David Kastrup2010-08-011-1/+15
* [lilypond-book] Make latex mode run in case of warnings.Werner Lemberg2010-07-291-0/+5
* MusicXML: Handle beam elements without number attributeReinhold Kainhofer2010-07-261-1/+4
* Revised autobeam settings patch and ran makelsr.py...Eliminate context properties measureGrouping, beatLength, and beamSettings Create new context properties baseMoment, beatStructure, and beamExceptions. Save time-signature-specific settings in context property timeSignatureSettings Do away with virtually all special rules for beaming; the beat structure now governs almost all autobeaming. Fix documentation Carl Sorensen2010-07-171-0/+25
* lilylib.py: Set parser in option parser formatter....This ensures %default can be expanded properly in --help docstrings. Neil Puttock2010-07-071-0/+1
* Lilypond-book: Allow the snippets class to declare its own used optionsReinhold Kainhofer2010-06-111-1/+4
* Lilypond-book: Allow hyphens in html snippet optionsReinhold Kainhofer2010-06-111-1/+1
* Lilylib: When formatting the options help, use only one level of indentation...We tweaked the IndentedHelpFormatter to not indent the headings at all (even if we have nested groups), so it does not make sense to indent the options themselves, either. Thus, we now have either no indent or exactly indent_increment. Reinhold Kainhofer2010-06-111-0/+11
* Lilypond-book: fix QUOTE outputReinhold Kainhofer2010-06-113-4/+3
* Lilypond-book: Factor out the formatting from lilypond-book into separate cla......-) One base class BookOutputFormat for all output formats that contains most of the output logic -) Each output format has its own BookOutputFormat-derived class with class- specific settings. -) Each snippet type still has its own class, but calls appropriate hook functions of the format class to generate the actual output This makes it much easier to add new formats in the future or use a customized output format for special purposes (e.g. the MusicXML test suite). Also, got rid of the vars () idiom (which breaks when splitting up code into separate functions/classes) and use a proper hash instead. Reinhold Kainhofer2010-06-116-0/+1832