]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/time-signature-in-parentheses.ly
Local updates to LSR July 2012
[lilypond.git] / Documentation / snippets / time-signature-in-parentheses.ly
index 140448af495144cb7b242ba49aefaca83f62f9f3..2df65c5e7f9f479b93e85fabbb208a09c397ecf5 100644 (file)
@@ -1,10 +1,20 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.31"
+\version "2.14.2"
 
 \header {
-  lsrtags = "staff-notation, tweaks-and-overrides"
+%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
+  texidocfr = "
+Une métrique peut être mise entre parenthèses.
+
+"
+  doctitlefr = "Métrique entre parenthèses"
+
+  lsrtags = "specific-notation, tweaks-and-overrides, staff-notation"
 
   texidoc = "
 The time signature can be enclosed within parentheses.
@@ -13,6 +23,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))