]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly
Doc-fr: NR Pitches Full review
[lilypond.git] / Documentation / snippets / changing-the-number-of-lines-in-a-staff.ly
index dde73a9bf55a501f3c168cc9283e5933c7ebbe8d..ce4d1cec6289c17054592e0f3090b7b1072386ab 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.4"
+\version "2.14.0"
 
 \header {
   lsrtags = "staff-notation"
@@ -32,7 +35,7 @@ lower = \relative c {
       \upper
     }
     \new Staff {
-      \override Staff.StaffSymbol #'line-count = #4 
+      \override Staff.StaffSymbol #'line-count = #4
       \lower
     }
   >>