]> git.donarmstrong.com Git - lilypond.git/commitdiff
Allow overriding of interscoreline. This
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 7 Jun 2003 15:44:42 +0000 (15:44 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sat, 7 Jun 2003 15:44:42 +0000 (15:44 +0000)
fixes one line --preview output of ly2dvi.

ChangeLog
tex/lilyponddefs.tex

index 58d37afdeb15c1fbce4740736400724ef5623a72..73d3d63d63e18c9b287d5bb93d61ecf72922282f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
+       fixes one line --preview output of ly2dvi.
+
 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
 
        * lilypond-indent.el: match only one type of slurs in
index 880545417ff9cef62406c58d6b3dbf1ef032a038..879dacc9a9222cbc030b0f5a5c6708986b6ca51b 100644 (file)
   {\gdef\lilypondpaperinterscorelinefill{0}}
   {\gdef\lilypondpaperinterscorelinefill{1}}
 
-\gdef\interscoreline{
+%% Allow overriding of interscoreline, eg for ly2dvi --preview
+\lilypondifundefined{interscoreline}
+{\gdef\interscoreline{
   \vskip \lilypondpaperinterscoreline \lilypondpaperunit
     plus \lilypondpaperinterscorelinefill fill
-}
+}}{}
 
 % Are we using PDFTeX?  If so, use pdf definitions.
 % MiKTeX checks \pdfoutput the wrong way, thus we use \csname.