]> git.donarmstrong.com Git - lilypond.git/commit
Clean up inconsistencies in engraver-init.ly and performer-init.ly
authorThomas Morley <thomasmorley65@gmail.com>
Sun, 8 Feb 2015 17:40:10 +0000 (18:40 +0100)
committerThomas Morley <thomasmorley65@gmail.com>
Sun, 1 Mar 2015 15:15:20 +0000 (16:15 +0100)
commitbf8440d934cf7d31ea4649710a43fa720b7ef696
tree3ff13147cdbee12b51294652f794d48d278bfd1d
parent67ed495d4f5e6a02224f87faf4c00979996675e0
Clean up inconsistencies in engraver-init.ly and performer-init.ly

issue 4281

In performer-init.ly
- let context-defs be copied when possible
- add missing contexts for \accepts and \alias
- delete settings for ChordNameVoice
- add GregorianTranscriptionStaff, GregorianTranscriptionVoice, NoteNames,
  PetrucciStaff, PetrucciVoice
- all contexts are written without quotation marks
- accepted contexts are ordered alphabetically

In engraver-init.ly
- add FretBoards to the accepted contexts in StaffGroup
- add NullVoice to the accepted contexts in RhythmicStaff
- all contexts are written with quotation marks
- accepted contexts are ordered alphabetically
ly/engraver-init.ly
ly/performer-init.ly