]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/creating-custom-key-signatures.ly
Remove snippets from /new that are now in the LSR
[lilypond.git] / Documentation / snippets / creating-custom-key-signatures.ly
index 78de0a0705a0b81755ae62580f9eb5ccbacede2b..0488ff23a0e11f85a8dd174bf84c921656dca6ec 100644 (file)
@@ -1,23 +1,22 @@
-% DO NOT EDIT this file manually; it is automatically
-% generated from Documentation/snippets/new
-% Make any changes in Documentation/snippets/new/
-% and then run scripts/auxiliar/makelsr.py
-%
-% This file is in the public domain.
-%% Note: this file works from version 2.18.0
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.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.18.0"
 
 \header {
-  lsrtags = "tweaks-and-overrides, pitches, staff-notation, contexts-and-engravers"
+  lsrtags = "contexts-and-engravers, pitches, staff-notation, tweaks-and-overrides"
 
   texidoc = "
 LilyPond supports custom key signatures.  In this example, print for D
 minor with an extended range of printed flats.
+
 "
   doctitle = "Creating custom key signatures"
 } % begin verbatim
 
-
 \new Staff \with {
   \override StaffSymbol.line-count = #8
   \override KeySignature.flat-positions = #'((-7 . 6))