]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/notehead.cc
release: 0.0.74pre
[lilypond.git] / lily / notehead.cc
index acf7bb59d1513870c8cc00f48f67ff7f387bc41a..bd7fa443edbb9934488e2ccf84f4659f93dc496a 100644 (file)
@@ -50,9 +50,9 @@ Note_head::do_pre_processing()
        
     if (rest_b_) { 
        if (balltype_i_ == 1)
-           position_i_ = 6;
+           position_i_ += 6;
        else if (balltype_i_ == 2)
-           position_i_ = 4;
+           position_i_ += 4;
     }
 }