]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-head.cc
* input/regression/ambitus.ly: move file.
[lilypond.git] / lily / note-head.cc
index bbce8333531d01701b91ed850b73a24c09451781..a703d13db5a3c75e76f87f567ae6fb19998d4408 100644 (file)
@@ -196,7 +196,7 @@ Note_head::brew_ez_molecule (SCM smob)
   Pitch* pit =  unsmob_pitch (spitch);
 
   char s[2] = "a";
-  s[0] = (pit->notename_ + 2)%7 + 'a';
+  s[0] = (pit->get_notename () + 2)%7 + 'a';
   s[0] = toupper (s[0]);
   
   SCM charstr = scm_makfrom0str (s);