]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-names-bass.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / chord-names-bass.ly
index 27e37ac15ffc5eb84d780d18bd90add6e743f66a..f169280673718383f431789cca77b6cbb759a291 100644 (file)
@@ -1,8 +1,8 @@
-\version "2.3.4"
+\version "2.14.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
+>>