]> git.donarmstrong.com Git - lilypond.git/commit
Rename OctavateEight to ClefModifier
authorJanek Warchoł <lemniskata.bernoullego@gmail.com>
Wed, 10 Apr 2013 20:22:10 +0000 (22:22 +0200)
committerDavid Kastrup <dak@gnu.org>
Wed, 8 May 2013 18:32:40 +0000 (20:32 +0200)
commit94dc452301cc0d1e9983f5aeb784884f7fe8c964
tree3dcce8343679ecef4e66751230628169e5041604
parent9a9b94b7305e415bc519393d57dd6c5830661a97
Rename OctavateEight to ClefModifier

Name "OctavateEight" didn't make any sense.  The grob doesn't have
to be an eight, and it doesn't describe octavation, but arbitrary
transposition (not only whole octaves).  Also, the name should reflect
its affiliation with Clef grob.

The name "ClefTransposition" was also considered, but it was decided
that it would be too confusing together with clefTransposition, which
is a context property.

Also change related context properties.
56 files changed:
Documentation/changes.tely
Documentation/cs/learning/fundamental.itely
Documentation/de/learning/fundamental.itely
Documentation/de/notation/changing-defaults.itely
Documentation/de/notation/pitches.itely
Documentation/de/notation/vocal.itely
Documentation/de/texidocs/tweaking-clef-properties.texidoc
Documentation/es/learning/fundamental.itely
Documentation/es/notation/changing-defaults.itely
Documentation/es/notation/pitches.itely
Documentation/es/notation/vocal.itely
Documentation/es/texidocs/tweaking-clef-properties.texidoc
Documentation/fr/learning/fundamental.itely
Documentation/fr/notation/changing-defaults.itely
Documentation/fr/notation/pitches.itely
Documentation/fr/notation/vocal.itely
Documentation/fr/texidocs/tweaking-clef-properties.texidoc
Documentation/hu/learning/fundamental.itely
Documentation/it/learning/fundamental.itely
Documentation/it/notation/pitches.itely
Documentation/it/texidocs/tweaking-clef-properties.texidoc
Documentation/ja/learning/fundamental.itely
Documentation/ja/notation/changing-defaults.itely
Documentation/ja/notation/pitches.itely
Documentation/ja/notation/vocal.itely
Documentation/learning/fundamental.itely
Documentation/nl/learning/fundamental.itely
Documentation/notation/changing-defaults.itely
Documentation/notation/pitches.itely
Documentation/notation/vocal.itely
Documentation/snippets/tweaking-clef-properties.ly
input/regression/clef-oct-visibility.ly [deleted file]
input/regression/clef-oct.ly [deleted file]
input/regression/clef-octavation.ly [deleted file]
input/regression/clef-optional-octavation.ly [deleted file]
input/regression/clef-transposition-optional.ly [new file with mode: 0644]
input/regression/clef-transposition-placement.ly [new file with mode: 0644]
input/regression/clef-transposition-visibility.ly [new file with mode: 0644]
input/regression/clef-transposition.ly [new file with mode: 0644]
input/regression/cue-clef-octavation.ly [deleted file]
input/regression/cue-clef-optional-octavation.ly [deleted file]
input/regression/cue-clef-transposition-optional.ly [new file with mode: 0644]
input/regression/cue-clef-transposition.ly [new file with mode: 0644]
input/regression/lyrics-tenor-clef.ly
input/regression/musicxml/12a-Clefs.xml
lily/beam-collision-engraver.cc
lily/clef-engraver.cc
lily/cue-clef-engraver.cc
ly/engraver-init.ly
python/convertrules.py
scm/define-context-properties.scm
scm/define-grob-interfaces.scm
scm/define-grobs.scm
scm/define-music-display-methods.scm
scm/parser-clef.scm
scm/translation-functions.scm