X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-the-staff-size.ly;h=ed30920b49eed08d4dd1aa7acc261f48e01bdcc6;hb=56c1aa842664748f73e4da2f9e58ab9bf3a7f652;hp=5d921058c81467f2592b4bedb94fb661833808de;hpb=8f6e4647c475ad911e15fdc26493f77e6c4a6088;p=lilypond.git diff --git a/Documentation/snippets/changing-the-staff-size.ly b/Documentation/snippets/changing-the-staff-size.ly index 5d921058c8..ed30920b49 100644 --- a/Documentation/snippets/changing-the-staff-size.ly +++ b/Documentation/snippets/changing-the-staff-size.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.16" +\version "2.17.6" \header { - lsrtags = "staff-notation, tweaks-and-overrides, paper-and-layout" + lsrtags = "paper-and-layout, staff-notation, tweaks-and-overrides" texidoc = " Though the simplest way to resize staves is to use @@ -16,6 +19,7 @@ changed by scaling the properties @code{'staff-space} and doctitle = "Changing the staff size" } % begin verbatim + << \new Staff { \relative c'' { @@ -25,10 +29,9 @@ changed by scaling the properties @code{'staff-space} and } \new Staff \with { fontSize = #-3 - \override StaffSymbol #'staff-space = #(magstep -3) + \override StaffSymbol.staff-space = #(magstep -3) } { \clef bass c8 c c c c\f c c c } >> -