]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-interval-of-lines-on-the-stave.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / changing-the-interval-of-lines-on-the-stave.ly
index 4306a39465603ac23f53f9513ae1f039887d329b..cd279b90452175197066c7922e999778861e67b5 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.39"
+\version "2.14.2"
 
 \header {
   lsrtags = "pitches"
@@ -16,6 +19,7 @@ and line of the stave equal to one semitone.
   doctitle = "Changing the interval of lines on the stave"
 } % begin verbatim
 
+
 scale = \relative c' {
   a4 ais b c
   cis4 d dis e
@@ -36,4 +40,3 @@ scale = \relative c' {
     }
   >>
 }
-