summaryrefslogtreecommitdiff
path: root/Documentation/snippets/defining-an-engraver-in-scheme-ambitus-engraver.ly
Commit message (Expand)AuthorAgeFilesLines
* New version of LSR upgradePhil Holmes2012-04-081-341/+0
* Local update of LSRPhil Holmes2012-03-071-24/+21
* Doc: run local makelsrJean-Charles Malahieude2012-01-131-1/+1
* Updates LSR locallyPhil Holmes2011-11-271-1/+1
* LSR: local updateGraham Percival2011-10-081-1/+1
* LSR: run makelsr.py locally.Graham Percival2011-07-161-1/+1
* LSR: run make-lsr.py locally.Graham Percival2011-06-151-2/+2
* Docs: run convert-ly for 2.14.0....Conflicts: Documentation/snippets/alternative-breve-note.ly input/regression/glissando-consecutive.ly input/regression/glissando-index.ly Graham Percival2011-06-061-1/+1
* LSR: Update.Neil Puttock2011-05-021-1/+1
* Compile fix #2: LSR local update.Neil Puttock2011-03-041-1/+1
* LSR: run makelsr.py locally.Graham Percival2011-02-281-1/+4
* LSR: local update.Graham Percival2011-01-211-1/+1
* makelsr: local update (with -d).Graham Percival2011-01-131-1/+1
* 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-071-2/+2
* Doc-es: update LSR snippets.Francisco Vila2010-12-021-1/+1
* LSR: Update.Neil Puttock2010-11-181-3/+3
* Doc-es: update LSR.Francisco Vila2010-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-1/+1
* LSR: update.Graham Percival2010-08-241-1/+1
* 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-1/+1
* Docs: Snippets: Rename new snippets so titles match file names....Doctitles and file names for new snippets must match, since they'll eventually be migrated to LSR following a version bump. This will prevent docs compile breakage for new selected snippets. Neil Puttock2010-07-041-0/+341