X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-the-staff-size.ly;h=e605413ea25fdb1dcab9c52e151e7a4a1331a3cb;hb=f8d9bf0a07e959b15e1876d1da9039547a39dee0;hp=5b2dc06ad56127292c995ccfab3bb878a262abaa;hpb=29ef9c6bca15601f188fbca3789d96fa2c3ce3f2;p=lilypond.git diff --git a/Documentation/snippets/changing-the-staff-size.ly b/Documentation/snippets/changing-the-staff-size.ly index 5b2dc06ad5..e605413ea2 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 -%% generated from LSR http://lsr.dsi.unimi.it +%% 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.12.2" +\version "2.18.0" \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 @@ -25,10 +28,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 } >> -