X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fperformer-init.ly;h=18a58fd9a3999ff916bcf66d8557b2615687f4a3;hb=cccd2bf82ebfb55b6423346037fa4d2793fc4c3b;hp=f26ed9f87db639f8ad93ff8142eebb05193c469c;hpb=c81e8fb6a187de5dc36ec64fa1274420dce00d00;p=lilypond.git diff --git a/ly/performer-init.ly b/ly/performer-init.ly index f26ed9f87d..18a58fd9a3 100644 --- a/ly/performer-init.ly +++ b/ly/performer-init.ly @@ -16,7 +16,7 @@ %%%% You should have received a copy of the GNU General Public License %%%% along with LilyPond. If not, see . -\version "2.16.0" +\version "2.17.11" %% %% setup for Request->Element conversion. @@ -198,7 +198,7 @@ midiChannelMapping = #'staff %% quarter = 60 - tempoWholesPerMinute = #(ly:make-moment 15 1) + tempoWholesPerMinute = #(ly:make-moment 15/1) \accepts Staff \accepts DrumStaff @@ -234,8 +234,8 @@ %% These defaults should be the same as the rules established in %% scm/time-signature-settings.scm for 4/4 time - measureLength = #(ly:make-moment 4 4) - baseMoment = #(ly:make-moment 1 4) + measureLength = #(ly:make-moment 4/4) + baseMoment = #(ly:make-moment 1/4) \consists "Timing_translator"