]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-names-lower-case-minor.ly
d4ee0e821f5554e92a7677c9a5be2aef7cdab632
[lilypond.git] / input / regression / chord-names-lower-case-minor.ly
1 \version "2.14.0"
2
3 \header {
4
5     texidoc = "Minor chords may be printed as lowercase letters,
6   in which case the `m' suffix is omitted in the output."
7
8 }
9
10
11 \chords {
12   d:m
13   \set chordNameLowercaseMinor = ##t
14   d:m
15 }