]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/performer-init.ly
Doc-es: update CHANGES, essay/Engraving, extending/Programing, Scheme tutorial.
[lilypond.git] / ly / performer-init.ly
index 18a58fd9a3999ff916bcf66d8557b2615687f4a3..e39bcf4c4840542101d3758dded226b195355bcd 100644 (file)
   \name Score
 
   melismaBusyProperties = #default-melisma-properties
-  autoBeaming = ##t  % needed for consistent melismata with engravers
   instrumentName = #"bright acoustic"
   midiChannelMapping = #'staff
 
   %% Timing variables in layout definitions before any
   %% Timing_translator has been run.
 
+  timeSignatureSettings = #default-time-signature-settings
   timeSignatureFraction = 4/4
+  autoBeaming = ##t  % needed for consistent melismata with engravers
 
-%% 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)
+  %% Other beaming variables are not important as autobeams don't affect
+  %% the Midi.  Melismata are only affected by beams when autobeaming
+  %% is switched off.
 
   \consists "Timing_translator"