X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-the-number-of-lines-in-a-staff.ly;h=e983acd03401971d2c351ba463f8d4e0e6f56164;hb=a229fafa17dfdc0638326fab4368fffcfbf38d2a;hp=664ce406ab985abf512600d313478aa3656f51bd;hpb=71243e9548e9146da4a90e6347dbca6430346be8;p=lilypond.git diff --git a/Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly b/Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly index 664ce406ab..e983acd034 100644 --- a/Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly +++ b/Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly @@ -1,10 +1,13 @@ -%% 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.2" \header { - lsrtags = "staff-notation" + lsrtags = "specific-notation, staff-notation" texidoc = " The number of lines in a staff may changed by overriding the @@ -17,6 +20,7 @@ The number of lines in a staff may changed by overriding the doctitle = "Changing the number of lines in a staff" } % begin verbatim + upper = \relative c'' { c4 d e f } @@ -37,4 +41,3 @@ lower = \relative c { } >> } -