]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/partial-iterator.cc
Correct date in news
[lilypond.git] / lily / partial-iterator.cc
index bec4a358c2120a4561fbddcbc4e3fdbbcf28825a..7c3b3e965b56f171ef2e3761c7c9a85867581ad0 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2010--2011 Neil Puttock <n.puttock@gmail.com>
+  Copyright (C) 2010--2012 Neil Puttock <n.puttock@gmail.com>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@ void
 Partial_iterator::process (Moment m)
 {
   if (Duration * dur
-      = unsmob_duration (get_music ()->get_property ("partial-duration")))
+      = unsmob_duration (get_music ()->get_property ("duration")))
     {
       Context *ctx = get_outlet ();
       Moment now = ctx->now_mom ();