X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Ftime-signature-in-parentheses.ly;h=054c9fb151abafd8356eef3cd93d983a3d9f8197;hb=730e35bfe91fc8b151fbd54c6daddaf930664327;hp=24d5bc4653f07d8ca6746cd900d04b216aa2f93a;hpb=da12a3eb8e07ec4e910ead9f39f477920251190a;p=lilypond.git diff --git a/input/lsr/time-signature-in-parentheses.ly b/input/lsr/time-signature-in-parentheses.ly index 24d5bc4653..054c9fb151 100644 --- a/input/lsr/time-signature-in-parentheses.ly +++ b/input/lsr/time-signature-in-parentheses.ly @@ -1,6 +1,6 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.48" +\version "2.12.0" \header { lsrtags = "staff-notation, tweaks-and-overrides" @@ -11,16 +11,10 @@ The time signature can be enclosed within parentheses. " doctitle = "Time signature in parentheses" } % begin verbatim -tsMarkup = \markup { - \override #'(baseline-skip . 0) - \number { - \bracket \column { 2 4 } - } -} \relative c'' { - \override Staff.TimeSignature #'stencil = #ly:text-interface::print - \override Staff.TimeSignature #'text = #tsMarkup + \override Staff.TimeSignature #'stencil = #(lambda (grob) + (bracketify-stencil (ly:time-signature::print grob) Y 0.1 0.2 0.1)) \time 2/4 a4 b8 c }