]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/time-signature-in-parentheses.ly
Doc-de: update macros.itely and nitpicks
[lilypond.git] / input / lsr / time-signature-in-parentheses.ly
index edfa50fd620841dc0c99c3f6dae6593d7ad42729..a7423fdb0c571e4a75800680132f28ed7abc61d9 100644 (file)
@@ -1,25 +1,21 @@
 %% 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.38"
+\version "2.13.1"
 
 \header {
   lsrtags = "staff-notation, tweaks-and-overrides"
- texidoc = "
-You may put the time signature in parentheses.
-" }
-% begin verbatim
-tsMarkup = \markup  {
- \override #'(baseline-skip . 2) \number {
-   \bracket \column { "2" "4" }
- }
-}
 
-\score {
- \relative c'' {
- \override Staff.TimeSignature #'stencil = #ly:text-interface::print
- \override Staff.TimeSignature   #'text = #tsMarkup
- \time 2/4
+  texidoc = "
+The time signature can be enclosed within parentheses.
+
+"
+  doctitle = "Time signature in parentheses"
+} % begin verbatim
 
-   a4 b8 c |
- }
+\relative c'' {
+  \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
 }
+