To get a score of exactly height h it is necessary to define paperheight to be 
h + 0.5 global-staff-size as there is always
1.00 basic-dist above and 1.00 "space left" below the score unused by lilypond. 
Then pdfcrop can be used to get
the desired result. At least this is true for a source file starting like this:


\version "2.18.2"

#(set! paper-alist (cons '("mySize" . (cons (* 11.85 cm) (* 18.2635 cm))) 
paper-alist))

\paper {
  #(set-paper-size "mySize")
  left-margin = 0\cm
  top-margin = 0\cm
  bottom-margin = 0\cm
  line-width = \paper-width
  indent = 0
  page-count = #1
  ragged-bottom = ##f
  ragged-last-bottom = ##f
  annotate-spacing=##f
}

\header { tagline = ##f}

#(set-global-staff-size 15)


Is there a way to tell lilypond to omit any white space above and below the 
score?

cu,
 Knut

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to