]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name.cc
patch::: 1.3.49.hwn1: deze dus
[lilypond.git] / lily / chord-name.cc
index bb6fbbc1ea915bfa8620d030fc7d8b6ad4b6e938..3bc56b107e10252c2d8faa0ce169e8582f2a8f21 100644 (file)
    "text"
    ("style" . "text")
  */
+/*
+  UGH. remove Dictionary< >
+ */
 Molecule
 Chord_name::ly_word2molecule (SCM word) const
 {
-  Dictionary<SCM> option_dict;
+  Dictionary<SCM> option_dict; // junkme
   if (gh_pair_p (word))
     {
       SCM options = gh_cdr (word);