]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name-engraver.cc
patch::: 1.1.13.uu1
[lilypond.git] / lily / chord-name-engraver.cc
index 7bf7c05142e5167232cd393f4e1d550e0b2fd8b3..273d9afde3a0a8153b74bd5953ebb90c751527e6 100644 (file)
@@ -61,6 +61,20 @@ Chord_name_engraver::do_process_requests ()
 
    */
 
+  /*
+   Banter style chord names (almost).
+   TODO:
+     - don't print inclusive scale (i.e. no "9" in c 9/11)
+     - handle c7 / cmaj7
+     - use #,b iso -es -is on tonica
+     - switch on property, add american (?) chordNameStyle
+
+  Scalar chordNameStyle = get_property ("chordNameStyle");
+  if (chordNameStyle == "Banner")
+     chord = pitches_to_banner (pitch_arr_.size ());
+
+   */
+
   Scalar style = get_property ("textstyle");
   Scalar alignment = get_property ("textalignment");
   Text_def* text_p = new Text_def;