X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-names-bass.ly;h=00213bd2071be50fa88fed5aedbefd56437534a9;hb=c8a1a62ce48cf237e106f6e9e9d4612d0b40c31b;hp=4599afe83454232e35c594c4c54c4b93e8f32a01;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/chord-names-bass.ly b/input/regression/chord-names-bass.ly index 4599afe834..00213bd207 100644 --- a/input/regression/chord-names-bass.ly +++ b/input/regression/chord-names-bass.ly @@ -1,8 +1,8 @@ -\version "2.3.22" +\version "2.16.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 +>>