]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-outputter.cc
patch::: 1.1.37.script1
[lilypond.git] / lily / paper-outputter.cc
index 29ae5715cd845e5de1d712f1f54da7135f4f971a..308c07734d1b784cf41961abbb4df748c5d59c0c 100644 (file)
@@ -227,9 +227,11 @@ Paper_outputter::output_version ()
 }
 
 void
-Paper_outputter::start_line ()
+Paper_outputter::start_line (Real height)
 {
-  SCM scm = gh_list (ly_symbol ("start-line"), SCM_UNDEFINED);
+  SCM scm = gh_list (ly_symbol ("start-line"),
+                    gh_double2scm (height),
+                    SCM_UNDEFINED);
   output_scheme (scm);
 }