X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-names-bass.ly;h=c576bb53b6ebbf10928b2da11d6c281083a02cb7;hb=e3fa24f095381f36fdc5fa17494ec16b5cd18fe8;hp=9f5c10132f90a98cdb9c627b80915f42199d9698;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/chord-names-bass.ly b/input/regression/chord-names-bass.ly index 9f5c10132f..c576bb53b6 100644 --- a/input/regression/chord-names-bass.ly +++ b/input/regression/chord-names-bass.ly @@ -1,20 +1,21 @@ -\version "2.1.22" +\version "2.10.0" \header { -texidoc = "Test igatzek inversion and bass notes. + texidoc = "In ignatzek inversions, a note is dropped down to act as the +bass note of the chord. Bass note may be also added explicitly. Above the staff: computed chord names. Below staff: entered chord name. " } -bladidbla = \chords { - f4:maj7/e_":maj7/e" f:maj7/f_":maj7/f" f2:maj7/g_":maj7/g" - f4:maj7/+e_":maj7/+e" f:maj7/+f_":maj7/+f" f2:maj7/+g_":maj7/+g" - } - -\score { -<< \context ChordNames \bladidbla - \context Voice \bladidbla >> +bladidbla = \chordmode { + f4:maj7/e_":maj7/e" f:maj7/f_":maj7/f" f2:maj7/g_":maj7/g" + f4:maj7/+e_":maj7/+e" f:maj7/+f_":maj7/+f" f2:maj7/+g_":maj7/+g" } + +<< + \context ChordNames \bladidbla + \context Voice \bladidbla +>>