]> git.donarmstrong.com Git - lilypond.git/blobdiff - src/note.cc
release: 0.0.37
[lilypond.git] / src / note.cc
index 95a7d8313d5a6fc831479e2790426bd81ecc4945..0f7eb8e85fb70e14b760bf0585bc9cf1871ab63e 100644 (file)
@@ -25,7 +25,7 @@ bool last_duration_mode = false;
 void
 set_duration_mode(String s)
 {
-    s.upper();
+    s = s.upper_str();
     last_duration_mode = (s== "LAST");
 }