]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/time-signature-in-parentheses.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / Documentation / snippets / time-signature-in-parentheses.ly
index d346d96c6b9360d6301f8f27f511c8f8ba02532a..6d792fb6c15de875f13c628d34401e8898f6cb0a 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.16.0"
 
 \header {
-  lsrtags = "specific-notation, tweaks-and-overrides, staff-notation"
+  lsrtags = "specific-notation, staff-notation, tweaks-and-overrides"
 
   texidoc = "
 The time signature can be enclosed within parentheses.
@@ -23,4 +23,3 @@ The time signature can be enclosed within parentheses.
   \time 2/4
   a4 b8 c
 }
-