]> git.donarmstrong.com Git - lilypond.git/commit
New tablature features
authorMarc Hohl <marc@hohlart.de>
Fri, 10 Jul 2009 08:53:06 +0000 (10:53 +0200)
committerCarl Sorensen <c_sorensen@byu.edu>
Tue, 4 Aug 2009 12:47:23 +0000 (06:47 -0600)
commit8f4004f8cd8c0902c5a9409a3cd75c519f22ef47
tree025d154ebcf7cde265074792e237086b43aa4276
parent1a1d2e078682968b5a0a98ecbe2388b93fa2aa44
New tablature features

this patch includes:
1) tablature is now "numbers only" as default
2) dead notes and palm mute is supported
3) "tied to" fret numbers become invisible
   (or parenthesized after line breaks or in a second volta)
4) the slope of glissando lines points in the right direction
5) grace notes (even parenthesized) are represented by smaller
   fret numbers.
15 files changed:
input/regression/dead-notes.ly [new file with mode: 0644]
input/regression/modern-tab-clef-scaled.ly [new file with mode: 0644]
input/regression/modern-tab-clef.ly [new file with mode: 0644]
input/regression/palm-mute.ly [new file with mode: 0644]
input/regression/tablature-full-notation.ly [new file with mode: 0644]
input/regression/tablature-glissando.ly [new file with mode: 0644]
input/regression/tablature-grace-notes.ly [new file with mode: 0644]
input/regression/tablature-tie-behaviour.ly [new file with mode: 0644]
ly/engraver-init.ly
ly/property-init.ly
scm/lily.scm
scm/music-functions.scm
scm/output-lib.scm
scm/parser-clef.scm
scm/tablature.scm [new file with mode: 0644]