]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-names-lower-case-minor.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / chord-names-lower-case-minor.ly
1 \version "2.16.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 }