]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3799: New satb.ly built-in template and template framework
authorTrevor Daniels <t.daniels@treda.co.uk>
Sat, 18 Apr 2015 15:28:55 +0000 (16:28 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Fri, 24 Apr 2015 10:25:23 +0000 (11:25 +0100)
commit14261eabcc7e9e653ee166b86f0371219fa0c54c
tree639761b73e4e2561c2196c4315af8b31c4e3d6c3
parent8f2f4d6f0af1626a333050d367211a7d73437082
Issue 3799: New satb.ly built-in template and template framework

  Add kits as aids for providing built-in templates ("tkits")

  Replace the satb.ly template with one built from the tkits, which
  corrects some errors and extends the facilities:
    - fixes issue 4192
    - \lyricsmode should be used; never \lyricsto
    - Women and Men one-voice staves added
    - Two-voice staves called MenDivided, WomenDivided
    - Soprano and Tenor music may now be omitted without error
    - midi instruments may be specified
    - midi channel mapping is by instrument
    - midi instruments are by voice, not staff
    - regression tests added
    - documentation minimally updated
12 files changed:
Documentation/learning/templates.itely
input/regression/satb-template-on-two-staves-with-verses.ly [new file with mode: 0644]
input/regression/satb-template-soprano-and-tenor-may-be-omitted.ly [new file with mode: 0644]
input/regression/satb-template-with-changed-instrument-names.ly [new file with mode: 0644]
input/regression/satb-template-with-men-women-and-descant.ly [new file with mode: 0644]
ly/base-tkit.ly [new file with mode: 0644]
ly/lyrics-tkit.ly [new file with mode: 0644]
ly/piano-tkit.ly [new file with mode: 0644]
ly/satb.ly
ly/staff-tkit.ly [new file with mode: 0644]
ly/vocal-tkit.ly [new file with mode: 0644]
ly/voice-tkit.ly [new file with mode: 0644]