Hi folks,

by lilypong 2.18 typing c1:9^7 doesn't display "Cadd9" anymore, but instead 
writes C9 which would be C7/9, and makes the two chords (C9, and Cadd9) 
displayed the same way. Is there any whay around this? The setting of 
\semiGermanChords doesn'T make any difference. :(

Minimal example atached… :)

I'm using version 2.18.2.

-- 
MfG Jan
\version "2.18.0"

gtrharmony = \chordmode {
  \semiGermanChords
  c1:9^7
  c1:9
  c1:7
}

\score {
  \context ChordNames = "chords" \gtrharmony
  
  \layout {
    \context {
      \Score
    }
  }
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to