]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/performer-init.ly
Merge branch 'translation' into staging
[lilypond.git] / ly / performer-init.ly
index b06587ce743b09428f77d90ab38c38b54c999064..816bb2f0bf67f55de90b089c2a4e2b9c1972b979 100644 (file)
@@ -16,7 +16,7 @@
 %%%% You should have received a copy of the GNU General Public License
 %%%% along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 
-\version "2.17.11"
+\version "2.17.14"
 
 %%
 %% setup for Request->Element conversion.
@@ -37,7 +37,6 @@
   \accepts Score
   \defaultchild Score
   \description "Hard coded entry point for LilyPond.  Cannot be tuned."
-  EventClasses = #all-event-classes
 }
 
 \context {
 \context {
   \Voice
   \name TabVoice
-  autoBeaming = ##f  % needed for consistent melismata with engravers
 }
 
 \context {
   \alias Staff
   \accepts TabVoice
   \defaultchild TabVoice
+  autoBeaming = ##f  % needed for consistent melismata with engravers
 }
 
 \context {