X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fperformer-init.ly;h=297a40d2f5f867f868c7e4c147163ed91d4c51f6;hb=fe1d8121ff576e54707ae53e77e081426035a83f;hp=e39bcf4c4840542101d3758dded226b195355bcd;hpb=23108a9515e7f76b44fac0b323afb169d708bfa1;p=lilypond.git diff --git a/ly/performer-init.ly b/ly/performer-init.ly index e39bcf4c48..297a40d2f5 100644 --- a/ly/performer-init.ly +++ b/ly/performer-init.ly @@ -1,6 +1,6 @@ %%%% This file is part of LilyPond, the GNU music typesetter. %%%% -%%%% Copyright (C) 1996--2012 Han-Wen Nienhuys +%%%% Copyright (C) 1996--2014 Han-Wen Nienhuys %%%% Jan Nieuwenhuizen %%%% %%%% LilyPond is free software: you can redistribute it and/or modify @@ -16,7 +16,7 @@ %%%% You should have received a copy of the GNU General Public License %%%% along with LilyPond. If not, see . -\version "2.17.11" +\version "2.17.14" %% %% setup for Request->Element conversion. @@ -30,13 +30,14 @@ \consists "Staff_performer" \consists "Key_performer" + \consists "Midi_control_function_performer" } \context { \name Global \accepts Score + \defaultchild Score \description "Hard coded entry point for LilyPond. Cannot be tuned." - EventClasses = #all-event-classes } \context { @@ -48,6 +49,7 @@ \alias Staff \consists "Staff_performer" \consists "Key_performer" + \consists "Midi_control_function_performer" } \context { @@ -59,6 +61,7 @@ \defaultchild VaticanaVoice \consists "Staff_performer" \consists "Key_performer" + \consists "Midi_control_function_performer" } \context { @@ -70,6 +73,7 @@ \alias Staff \consists "Staff_performer" \consists "Key_performer" + \consists "Midi_control_function_performer" } \context { @@ -170,7 +174,6 @@ \context { \Voice \name TabVoice - autoBeaming = ##f % needed for consistent melismata with engravers } \context { @@ -178,6 +181,17 @@ \name "Devnull" } +\context { + \type "Performer_group" + \name NullVoice + \alias Staff + \alias Voice + %% needed for melismata + \consists "Tie_performer" + \consists "Beam_performer" + \consists "Slur_performer" +} + \context { \Staff \name TabStaff @@ -185,6 +199,7 @@ \alias Staff \accepts TabVoice \defaultchild TabVoice + autoBeaming = ##f % needed for consistent melismata with engravers } \context { @@ -206,6 +221,7 @@ \accepts TabStaff \accepts StaffGroup \accepts Devnull + \accepts NullVoice \accepts ChoirStaff \accepts RhythmicStaff \accepts ChordNames @@ -267,6 +283,7 @@ \type "Performer_group" \consists "Staff_performer" \accepts ChordNameVoice + \defaultchild ChordNameVoice \name ChordNames }