]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-names-bass.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / chord-names-bass.ly
index 9312f07279538bb3e47acb902043fe9ae3f0d129..4599afe83454232e35c594c4c54c4b93e8f32a01 100644 (file)
@@ -1,18 +1,21 @@
+\version "2.3.22"
+
 \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 { 
+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 >
+<< \context ChordNames \bladidbla
+  \context Voice \bladidbla >>
 }