]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/quote-iterator.cc
(quote-substitute): set iterators-ctor
[lilypond.git] / lily / quote-iterator.cc
index aa06734e00c363a6a65611df52e62364f8b5420d..f0a2d46e6b1c9d92e8601394a48dde20b6825182 100644 (file)
@@ -28,7 +28,7 @@ public:
   SCM event_vector_;
   int event_idx_;
   int end_idx_;
-
+  
   SCM transposed_musics_;
 
   DECLARE_SCHEME_CALLBACK (constructor, ());
@@ -107,7 +107,7 @@ void
 Quote_iterator::construct_children ()
 {
   Music_wrapper_iterator::construct_children ();
-
+      
   SCM name = get_music ()->get_property ("quoted-context-type");
   SCM id = get_music ()->get_property ("quoted-context-id");