]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly
index db00abc9c204d8621f17850a033504a0f2ab1554..188484760bd0b869b7fb50602835a140df98be4a 100644 (file)
@@ -1,7 +1,10 @@
-%% 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.10"
+\version "2.16.0"
 
 \header {
   lsrtags = "rhythms, tweaks-and-overrides"
@@ -19,6 +22,7 @@ the single-digit style to only one time signature, use the
   doctitle = "Time signature printing only the numerator as a number (instead of the fraction)"
 } % begin verbatim
 
+
 \relative c'' {
   \time 3/4
   c4 c c
@@ -39,4 +43,3 @@ the single-digit style to only one time signature, use the
   \time 2/4
   c4 c
 }
-