[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-user
Subject:    remove the 1.0 basic-dist white space above and below a score
From:       Knut Petersen <Knut_Petersen () t-online ! de>
Date:       2014-11-28 9:06:52
Message-ID: 54783B2C.1040007 () t-online ! de
[Download RAW message or body]

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic