]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/time-signature-in-parentheses.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / time-signature-in-parentheses.ly
index 3ccc977a76ceecf57bf14d1786c334071d5afd00..0ad93bc3615cfab13a08c4aa46b13d3ae57a3c23 100644 (file)
@@ -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.53"
+\version "2.13.1"
 
 \header {
   lsrtags = "staff-notation, tweaks-and-overrides"
@@ -11,6 +11,7 @@ The time signature can be enclosed within parentheses.
 "
   doctitle = "Time signature in parentheses"
 } % begin verbatim
+
 \relative c'' {
   \override Staff.TimeSignature #'stencil = #(lambda (grob)
     (bracketify-stencil (ly:time-signature::print grob) Y 0.1 0.2 0.1))