]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-heads-engraver.cc
Doc: NR - Pitches.itely - dodecaphonic-no-repeat text alt
[lilypond.git] / lily / note-heads-engraver.cc
index 2e584539d6de149e951a56e6c70da48dd923f17e..2aec7501b57e5073d7dbb7277925d71d526ad48d 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -99,7 +99,7 @@ Note_heads_engraver::process_music ()
       if (scm_is_vector (shape_vector))
         {
           SCM scm_tonic = get_property ("tonic");
-          Pitch tonic (0, 0, 0);
+          Pitch tonic;
           if (unsmob_pitch (scm_tonic))
             tonic = *unsmob_pitch (scm_tonic);