]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/keep-change-clefs-full-sized.ly
Implement function check-grob-path for checking/extending grob path specs
[lilypond.git] / Documentation / snippets / keep-change-clefs-full-sized.ly
index 2ded393ba224cf0932e538be842ce0646047d590..04c569fd159dacac147696fe8ff3220282a9091e 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.16"
+\version "2.16.0"
 
 \header {
   lsrtags = "pitches, tweaks-and-overrides"
@@ -14,6 +17,7 @@ initial clef.  This can be overridden with @code{full-size-change}.
   doctitle = "Keep change clefs full sized"
 } % begin verbatim
 
+
 \relative c' {
   \clef "treble"
   c1
@@ -32,4 +36,3 @@ initial clef.  This can be overridden with @code{full-size-change}.
   \clef "treble"
   c1
 }
-