]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-slash-separator.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / input / regression / chord-slash-separator.ly
1 \version "2.16.0"
2 \header {
3     texidoc = "The layout of chord inversions can be tuned with
4 @code{slashChordSeparator}."
5 }
6
7 \chords {
8     des/c
9     \set slashChordSeparator = " over "
10     des/c
11 }