1\header {
2
3  texidoc = "Switching on debug-tie-scoring annotates the tie scoring
4decisions made."
5
6}
7
8\version "2.19.21"
9
10\paper
11{
12  ragged-right = ##t
13  debug-tie-scoring = ##t
14}
15
16\relative {
17  <a' b e f> ~
18  <a b e f>
19}
20