Menu

#3660 default position of tempo marks

Accepted
nobody
None
Enhancement
2015-12-06
2013-11-13
Anonymous
No

Originally created by: *anonymous

Originally created by: k-ohara5...@oco.net

Daniel Rosen suggests
<http://lists.gnu.org/archive/html/lilypond-user/2013-11/msg00406.html>
to align the tempo mark to the bar-line, if the measure contains only full-bar rests. See also issue 712.

\version "2.17.29"
{ \compressFullBarRests
  R1*20 \tempo "Tempo" R1*20
  \tempo "Tempo" \key b\minor  R1*20
  \tempo "Tempo"  g'1 R1 }

With the (undocumented and for MetronomeMarks only) additional alignment property from issue 684, there are settings, which could be made default, to produce this behavior:
  \override Score.MetronomeMark #'break-align-symbols =
    #'(time-signature key-signature key-cancellation staff-bar)
  \override Score.MetronomeMark #'non-break-align-symbols =
    #'(note-column-interface multi-measure-rest-interface)

Related

Issues: #684
Issues: #712

Discussion

  • Trevor Daniels

    Trevor Daniels - 2015-09-13
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -6,12 +6,14 @@
      &lt;[http://lists.gnu.org/archive/html/lilypond-user/2013-11/msg00406.html](http://lists.gnu.org/archive/html/lilypond-user/2013-11/msg00406.html)&gt;
     to align the tempo mark to the bar-line, if the measure contains only full-bar rests. See also [issue 712](#712).
    
    +~~~~
    +:::TeX
     \version "2.17.29"
    -\{ \compressFullBarRests
    -&nbsp; [r1]\*20 \tempo "Tempo" [r1]\*20
    -&nbsp; \tempo "Tempo" \key b\minor&nbsp; [r1]\*20
    -&nbsp; \tempo "Tempo"&nbsp; g'1 [r1] \}
    -
    +{ \compressFullBarRests
    +  R1*20 \tempo "Tempo" R1*20
    +  \tempo "Tempo" \key b\minor  R1*20
    +  \tempo "Tempo"  g'1 R1 }
    +~~~~
     With the \(undocumented and for MetronomeMarks only\) additional alignment property from [issue 684](#684), there are settings, which could be made default, to produce this behavior:
     &nbsp; \override Score.MetronomeMark \#'break-align-symbols =
     &nbsp;&nbsp;&nbsp; \#'\(time-signature key-signature key-cancellation staff-bar\)
    
    • Needs: -->
    • Patch: -->
     
  • Trevor Daniels

    Trevor Daniels - 2015-09-13
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.