From: fred Date: Sun, 24 Mar 2002 20:00:56 +0000 (+0000) Subject: lilypond-0.1.25 X-Git-Tag: release/1.5.59~3696 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7c5ac006f2c46ee32686007b86f7a43d135e02ef;p=lilypond.git lilypond-0.1.25 --- diff --git a/lily/rest.cc b/lily/rest.cc index d186608b26..4cf872f613 100644 --- a/lily/rest.cc +++ b/lily/rest.cc @@ -19,6 +19,8 @@ Rest::do_add_processing () { if (balltype_i_ != 0 && balltype_i_ != 1) position_i_ -= 4; + else if (balltype_i_ == 0) + position_i_ += 2; Rhythmic_head::do_add_processing (); if (dots_l_) @@ -34,7 +36,8 @@ Molecule * Rest::brew_molecule_p () const { int staff_size_i_ = 8; - bool streepjes_b = abs(position_i_) > staff_size_i_ /2 && (balltype_i_ == 0 || balltype_i_ == 1); + bool streepjes_b = abs(position_i_) > staff_size_i_ /2 && + (balltype_i_ == 0 || balltype_i_ == 1); Atom s(paper ()->lookup_l()->rest (balltype_i_, streepjes_b)); Molecule * m = new Molecule ( Atom (s)); diff --git a/mf/feta-generic.mf b/mf/feta-generic.mf index 798782d5d4..4b99ef06d7 100644 --- a/mf/feta-generic.mf +++ b/mf/feta-generic.mf @@ -24,6 +24,6 @@ if test = 0: input feta-schrift; input feta-banier; else: - input feta-bolletjes; - input feta-banier; +% input feta-bolletjes; input feta-banier; + input feta-eindelijk; fi