X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-names-bass.ly;h=c576bb53b6ebbf10928b2da11d6c281083a02cb7;hb=f85bd1dd9922bca9fd822549743b8d9524aadced;hp=780ee04fba6f1c1f8221029b5a025cd168134c3a;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/chord-names-bass.ly b/input/regression/chord-names-bass.ly index 780ee04fba..c576bb53b6 100644 --- a/input/regression/chord-names-bass.ly +++ b/input/regression/chord-names-bass.ly @@ -1,8 +1,8 @@ -\version "2.1.36" +\version "2.10.0" \header { -texidoc = "In ignatzek inversions, a note is dropped down to act as the + 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. " @@ -10,12 +10,12 @@ 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 +>>