]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-chord-debug.ly
* lily/tie-column.cc (calc_positioning_done): support for
[lilypond.git] / input / regression / tie-chord-debug.ly
1 \header {
2
3   texidoc = "Switching on debug-tie-scoring annotates the tie scoring
4 decisions made."
5   
6 }
7   
8 \paper
9 {
10   ragged-right = ##t
11   debug-tie-scoring = ##t
12 }
13
14 \relative g' {
15   <a b e f> ~
16   <a b e f>
17 }