X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-names-bass.ly;h=f169280673718383f431789cca77b6cbb759a291;hb=73f5ae879cb12d24eb7522dbe52e1047a2d59c13;hp=9312f07279538bb3e47acb902043fe9ae3f0d129;hpb=322a3a5b826dbc52427daf8a36ffd8edb0fc13d9;p=lilypond.git diff --git a/input/regression/chord-names-bass.ly b/input/regression/chord-names-bass.ly index 9312f07279..f169280673 100644 --- a/input/regression/chord-names-bass.ly +++ b/input/regression/chord-names-bass.ly @@ -1,18 +1,21 @@ +\version "2.14.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 +>>