X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-names-bass.ly;h=a09642746ecdfcf3cbd8831e59f5f697d55b604f;hb=ca5ffa906698b69799dffc2461de29762847a11c;hp=7775c40d9ebd8d7c1bc732fdfc8d82d16aa59d23;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/chord-names-bass.ly b/input/regression/chord-names-bass.ly index 7775c40d9e..a09642746e 100644 --- a/input/regression/chord-names-bass.ly +++ b/input/regression/chord-names-bass.ly @@ -1,8 +1,8 @@ -\version "2.3.17" +\version "2.12.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. " @@ -11,11 +11,11 @@ Above the staff: computed chord names. Below staff: entered chord name. 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" - } - -\score { -<< \context ChordNames \bladidbla - \context Voice \bladidbla >> + 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 +>>