X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fchanging-the-staff-size.ly;h=e43db87e1623bfbccaaf8e72bdd0bc99e39cee7d;hb=b97565a9af1c13369ac7e7e9ea80c2638dbc0e51;hp=7e0684f48808e1c3349f35b0c478ccb63aeafc1a;hpb=ae5cf53569c95d0e35e98a7abd292c4f8a82b528;p=lilypond.git diff --git a/input/lsr/changing-the-staff-size.ly b/input/lsr/changing-the-staff-size.ly index 7e0684f488..e43db87e16 100644 --- a/input/lsr/changing-the-staff-size.ly +++ b/input/lsr/changing-the-staff-size.ly @@ -1,6 +1,6 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.55" +\version "2.13.1" \header { lsrtags = "staff-notation, tweaks-and-overrides, paper-and-layout" @@ -8,16 +8,19 @@ texidoc = " Though the simplest way to resize staves is to use @code{#(set-global-staff-size xx)}, an individual staff's size can be -changed by scaling the properties @code{staff-space} and +changed by scaling the properties @code{'staff-space} and @code{fontSize}. " doctitle = "Changing the staff size" } % begin verbatim + << - \new Staff \relative c'' { - \dynamicDown - c8\ff c c c c c c c + \new Staff { + \relative c'' { + \dynamicDown + c8\ff c c c c c c c + } } \new Staff \with { fontSize = #-3 @@ -27,3 +30,4 @@ changed by scaling the properties @code{staff-space} and c8 c c c c\f c c c } >> +