X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fperformer-init.ly;h=3803396b2075b07e814fdb07448b865d24e4b81d;hb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;hp=8668acafd9b7086b59aabe6baf249dd7d366034b;hpb=3385ec4419dd5d40c06fd32bb60ca756e9cb4061;p=lilypond.git diff --git a/ly/performer-init.ly b/ly/performer-init.ly index 8668acafd9..3803396b20 100644 --- a/ly/performer-init.ly +++ b/ly/performer-init.ly @@ -1,4 +1,4 @@ -\version "2.7.39" +\version "2.12.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,15 +30,12 @@ \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" \consists "Beam_performer" \consists "Slur_performer" - \consists "Melisma_translator" } \context { @@ -117,7 +112,11 @@ \name Score melismaBusyProperties = #default-melisma-properties - instrument = #"bright acoustic" + instrumentName = #"bright acoustic" + + %% quarter = 60 + tempoWholesPerMinute = #(ly:make-moment 15 1) + \accepts Staff \accepts DrumStaff \accepts GrandStaff @@ -132,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 @@ -150,8 +152,6 @@ \consists "Staff_performer" % Performer_group ? \consists "Lyric_performer" \name Lyrics - \consists "Time_signature_performer" - \consists "Tempo_performer" } \context{