X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fperformer-init.ly;h=b48bd5454d01ba1b6ca7c53d4ff44ae7300e5f18;hb=4cdb295f6624000f0c5a2b7aaa5570a081661d94;hp=76ea46221d8b24cbaaef67e7c5db6bb23932721d;hpb=b25faeacb156a7301285f252722287bf39d966b1;p=lilypond.git diff --git a/ly/performer-init.ly b/ly/performer-init.ly index 76ea46221d..b48bd5454d 100644 --- a/ly/performer-init.ly +++ b/ly/performer-init.ly @@ -1,4 +1,4 @@ -\version "2.7.39" +\version "2.10.0" %% %% setup for Request->Element conversion. @@ -12,8 +12,6 @@ \consists "Staff_performer" \consists "Key_performer" - \consists "Tempo_performer" - \consists "Time_signature_performer" } \context { \name Global @@ -32,9 +30,7 @@ \context { \type "Performer_group" \name Voice - % The order of the dynamic performers is significant: absolute dynamic events must override crescendo events in midi. - \consists "Span_dynamic_performer" - \consists "Dynamic_performer" + \consists "Dynamic_performer" \consists "Tie_performer" \consists "Piano_pedal_performer" \consists "Note_performer" @@ -117,6 +113,10 @@ melismaBusyProperties = #default-melisma-properties instrumentName = #"bright acoustic" + + %% quarter = 60 + tempoWholesPerMinute = #(ly:make-moment 15 1) + \accepts Staff \accepts DrumStaff \accepts GrandStaff @@ -131,10 +131,13 @@ \accepts FiguredBass \accepts Lyrics \accepts VaticanaStaff - + + \consists "Time_signature_performer" + \consists "Control_track_performer" + \consists "Tempo_performer" \consists "Timing_translator" \consists "Swallow_performer" - + \defaultchild "Staff" dynamicAbsoluteVolumeFunction = #default-dynamic-absolute-volume @@ -149,8 +152,6 @@ \consists "Staff_performer" % Performer_group ? \consists "Lyric_performer" \name Lyrics - \consists "Time_signature_performer" - \consists "Tempo_performer" } \context{