]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/clefs-can-be-transposed-by-arbitrary-amounts.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / clefs-can-be-transposed-by-arbitrary-amounts.ly
index ab1cb5505aa899a51f03c6ecf1fee1b27e117650..e7155b535569d540b91ee987a495136edcc75672 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.31"
+\version "2.16.0"
 
 \header {
   lsrtags = "pitches"
@@ -13,6 +16,7 @@ Clefs can be transposed by arbitrary amounts, not just by octaves.
   doctitle = "Clefs can be transposed by arbitrary amounts"
 } % begin verbatim
 
+
 \relative c' {
   \clef treble
   c4 c c c
@@ -23,4 +27,3 @@ Clefs can be transposed by arbitrary amounts, not just by octaves.
   \clef "treble^3"
   c4 c c c
 }
-