]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lookup.cc
release: 0.0.70pre
[lilypond.git] / lily / lookup.cc
index c38322fdf089d4495f7af2f905ed31a605c60542..a4dd9caeb1e9621ac79c9a4f936179ccdd48a2d7 100644 (file)
@@ -100,9 +100,9 @@ Lookup::ball(int j) const
 }
 
 Symbol
-Lookup::rest(int j) const
+Lookup::rest(int j, bool o) const
 {
-    return (*symtables_)("rests")->lookup(String(j));
+    return (*symtables_)("rests")->lookup(String(j) + (o ? "o" : "") );
 }
 
 Symbol