lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] Issue 3660 in lilypond: default position of tempo marks


From: lilypond
Subject: [Lilypond-auto] Issue 3660 in lilypond: default position of tempo marks
Date: Thu, 14 Nov 2013 03:49:00 +0000

Status: Accepted
Owner: ----
Labels: Type-Enhancement

New issue 3660 by address@hidden: default position of tempo marks
http://code.google.com/p/lilypond/issues/detail?id=3660

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)

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

[Prev in Thread] Current Thread [Next in Thread]