]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/engraver-init.ly
Tempo and Rehearsal marks horizontal positioning; issue 3279
[lilypond.git] / ly / engraver-init.ly
index 5902b25da9833d050b29a8287f5abb4d44d16ab7..d6036bc4efcd06aa0bed5a2275632bbfbd9e069c 100644 (file)
@@ -90,6 +90,7 @@
   localKeySignature = #'()
   createSpacing = ##t
   ignoreFiguredBassRest = ##f
+  \markLengthOff
 
   %% explicitly set instrument, so we don't get
   %% weird effects when doing instrument names for
@@ -172,6 +173,7 @@ contained staves are not connected vertically."
   \override BarLine.bar-extent = #'(-2 . 2)
   \override VoltaBracket.staff-padding = #3
   \override StaffSymbol.line-count = #1
+  \markLengthOff
 
   \override Stem.neutral-direction = #UP
   \override Beam.neutral-direction = #UP
@@ -704,6 +706,7 @@ automatically when an output definition (a @code{\\score} or
 %%
   figuredBassFormatter = #format-bass-figure
   metronomeMarkFormatter = #format-metronome-markup
+  \markLengthOn
 
 
   %% See also make-voice-props-set