X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-names-bass.ly;h=8133c3f4700814cea533a6f93df7f0568ab9445a;hb=38c30df0ef4153793a253adcd8e9eb93926da82d;hp=aaecb58a41e29e448bc9707bd9683de25fd84eb8;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/chord-names-bass.ly b/input/regression/chord-names-bass.ly index aaecb58a41..8133c3f470 100644 --- a/input/regression/chord-names-bass.ly +++ b/input/regression/chord-names-bass.ly @@ -1,8 +1,8 @@ -\version "2.2.0" +\version "2.11.51" \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 +>>