From: fred Date: Tue, 26 Mar 2002 23:22:38 +0000 (+0000) Subject: lilypond-1.3.58 X-Git-Tag: release/1.5.59~1597 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=510c5a463539676e33d4fd15edcd5e90e70d13c6;p=lilypond.git lilypond-1.3.58 --- diff --git a/lily/dots.cc b/lily/dots.cc index ebc5c366a0..303f8c1509 100644 --- a/lily/dots.cc +++ b/lily/dots.cc @@ -43,7 +43,7 @@ Dots::do_brew_molecule () const Interval (0,0)))); SCM c = get_elt_property ("dot-count"); - if (!gh_number_p (c)) + if (gh_number_p (c)) { Molecule d = lookup_l ()->afm_find (String ("dots-dot")); diff --git a/ly/params.ly b/ly/params.ly index 15e9bbbb1e..09e12e0680 100644 --- a/ly/params.ly +++ b/ly/params.ly @@ -1,6 +1,15 @@ % params.ly % generic paper parameters +%{ + +TODO: + +* cleanup +* use elt properties, iso. paper variables. +%} + + paperfile = \papersize + ".ly"; % paperfile = "a4.ly";