]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-chord-debug.ly
Merge commit 'origin' into includes
[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 \version "2.12.0"
9
10 \paper
11 {
12   ragged-right = ##t
13   debug-tie-scoring = ##t
14 }
15
16 \relative g' {
17   <a b e f> ~
18   <a b e f>
19 }