]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/time-signature-in-parentheses.ly
LSR updates from tarball - July 2012
[lilypond.git] / Documentation / snippets / time-signature-in-parentheses.ly
index 04aaeaa81c1542958ac7b5b5518cb69236d7218a..57b3cb23808a3fb1608a0d54b43a0dacbf2fd883 100644 (file)
@@ -4,10 +4,17 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.14.2"
 
 \header {
-  lsrtags = "staff-notation, tweaks-and-overrides"
+  lsrtags = "specific-notation, tweaks-and-overrides, staff-notation"
+
+%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
+  texidocfr = "
+Une métrique peut être mise entre parenthèses.
+
+"
+  doctitlefr = "Métrique entre parenthèses"
 
   texidoc = "
 The time signature can be enclosed within parentheses.
@@ -16,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))