]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/time-signature-in-parentheses.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / lsr / time-signature-in-parentheses.ly
index f9fea1917e02b48d8075b0b4fb08c7e30b19c7cc..054c9fb151abafd8356eef3cd93d983a3d9f8197 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.52"
+\version "2.12.0"
 
 \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))