diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-01-04 15:05:22 +0100 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-01-04 15:05:22 +0100 |
commit | 955f7d961f7cca354a4c5d0bc6f36d157149f7e9 (patch) | |
tree | 00782a1eb25677d1da200a97cf943091ce3302a8 | |
parent | 6303342f277faaf90c183f868c3ff6b3bef98ae5 (diff) |
coverage fixes.
-rw-r--r-- | input/regression/general-scheme-bindings.ly | 1 | ||||
-rw-r--r-- | lily/include/grob-pitch-tuple.hh | 30 | ||||
-rw-r--r-- | scm/safe-lily.scm | 1 |
3 files changed, 1 insertions, 31 deletions
diff --git a/input/regression/general-scheme-bindings.ly b/input/regression/general-scheme-bindings.ly index f4ebf049b3..6d93db7f2e 100644 --- a/input/regression/general-scheme-bindings.ly +++ b/input/regression/general-scheme-bindings.ly @@ -14,3 +14,4 @@ #(ly:parser-parse-string (ly:parser-clone parser) "foo = #1 #(ly:progress \"hello there\n\")") + diff --git a/lily/include/grob-pitch-tuple.hh b/lily/include/grob-pitch-tuple.hh index 325e3fa0a4..e69de29bb2 100644 --- a/lily/include/grob-pitch-tuple.hh +++ b/lily/include/grob-pitch-tuple.hh @@ -1,30 +0,0 @@ -/* - grob-pitch-tuple.hh -- declare Grob_pitch_tuple - - source file of the GNU LilyPond music typesetter - - (c) 2001--2006 Han-Wen Nienhuys <hanwen@xs4all.nl> -*/ - -#ifndef GROB_PITCH_TUPLE_HH -#define GROB_PITCH_TUPLE_HH - -#include "pitch.hh" -#include "moment.hh" - -struct Grob_pitch_tuple -{ - Pitch pitch_; - Grob *head_; - Moment end_; - - Grob_pitch_tuple (); - Grob_pitch_tuple (Grob *, Music *, Moment); - static int pitch_compare (Grob_pitch_tuple const &, Grob_pitch_tuple const &); - static int time_compare (Grob_pitch_tuple const &, Grob_pitch_tuple const &); -}; - -int compare (Grob_pitch_tuple const &, Grob_pitch_tuple const &); - -#endif /* GROB_PITCH_TUPLE_HH */ - diff --git a/scm/safe-lily.scm b/scm/safe-lily.scm index ac89b1e279..65c5bfa6dd 100644 --- a/scm/safe-lily.scm +++ b/scm/safe-lily.scm @@ -102,7 +102,6 @@ ly:paper-get-number ly:paper-system? ly:output-def-lookup - ly:parse-string ly:parser-parse-string ly:pitch-alteration ly:pitch-diff |