Menu

#5218 Footnote separator line

Fixed
Documentation
2019-01-28
2017-10-20
No

Malte Meyn wrote :

Am 11.10.2017 um 14:55 schrieb Malte Meyn:

Am 11.10.2017 um 14:42 schrieb Jan-Peter Voigt:
Hi fellows,

I have a footnote in a score. This footnote is separated by a centered horizontal line. Is there a possibility to remove it or adjust formatting?

TIA
Jan-Peter

\paper {
   footnote-separator-markup = ##f
}

This should be documented. At the moment, it isn’t mentioned anywhere a normal user can find it:

$ git grep footnote-separator-markup
lily/page-layout-problem.cc:  SCM markup = paper->c_variable ("footnote-separator-markup");
ly/paper-defaults-init.ly:  footnote-separator-markup = \markup \fill-line { \override #'(span-factor . 1/2) \draw-hline }
$

Discussion

  • Malte Meyn

    Malte Meyn - 2019-01-01

    Issue 5218: document footnote-separator-markup

    http://codereview.appspot.com/349080043

     
  • Malte Meyn

    Malte Meyn - 2019-01-01
    • assigned_to: Malte Meyn
    • Needs: -->
    • Type: --> Documentation
     
  • Anonymous

    Anonymous - 2019-01-02
    • Patch: new --> review
     
  • Anonymous

    Anonymous - 2019-01-02

    Passes make, make check and a full make doc.

     
  • Anonymous

    Anonymous - 2019-01-05
    • Patch: review --> countdown
     
  • Anonymous

    Anonymous - 2019-01-05

    Patch on countdown for Jan 8th

     
  • Anonymous

    Anonymous - 2019-01-08
    • Patch: countdown --> push
     
  • Anonymous

    Anonymous - 2019-01-08

    Patch counted down - although Thomas has some small comments on Rietveld, but I don't see the need to for them to move this issue back to the start of the review process if you want to do the suggested changes and push this.

    I'll leave that to you to decide.

    Otherwise please push.

     
    • Malte Meyn

      Malte Meyn - 2019-01-08

      I’ll do as soon I manage to compile LilyPond again (see devel list) so that I can test the changes suggested by Harm. I’ll include them but don’t want to push them untested.

       

      Last edit: Malte Meyn 2019-01-08
  • Anonymous

    Anonymous - 2019-01-24
     
  • Anonymous

    Anonymous - 2019-01-24

    Patch counted down - please push - you may need to rebase by now though Malte.

     
  • Malte Meyn

    Malte Meyn - 2019-01-28
    • labels: --> Fixed_2_21_0
    • status: Started --> Fixed
    • Patch: push -->
     
  • Malte Meyn

    Malte Meyn - 2019-01-28

    commit 05b037d0bc964d71cb314418978581407dddd37c
    Author: Malte Meyn lilypond@maltemeyn.de
    Date: Mon Dec 31 17:51:13 2018 +0100

    Issue 5218: document footnote-separator-markup