]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/time-signature-in-parentheses.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / lsr / time-signature-in-parentheses.ly
diff --git a/input/lsr/time-signature-in-parentheses.ly b/input/lsr/time-signature-in-parentheses.ly
deleted file mode 100644 (file)
index c26a7a6..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-%% 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.12.3"
-
-\header {
-  lsrtags = "staff-notation, tweaks-and-overrides"
-
-  texidoc = "
-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))
-  \time 2/4
-  a4 b8 c
-}
-