X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fchanging-the-staff-size.ly;h=c1e7d475bc642d5175dea1e1e632df85e85a4fb9;hb=e00af3ee09ebea4592c5eab0596314994c241ee0;hp=4d04de01ec4d757183711a814639617e6a0503c1;hpb=f96e38fbbbfba9cf4729323beb518a65ae77d562;p=lilypond.git diff --git a/input/lsr/changing-the-staff-size.ly b/input/lsr/changing-the-staff-size.ly index 4d04de01ec..c1e7d475bc 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.38" +\version "2.11.62" \header { lsrtags = "staff-notation, tweaks-and-overrides, paper-and-layout" @@ -8,21 +8,25 @@ 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 \override StaffSymbol #'staff-space = #(magstep -3) - } - { + } { \clef bass c8 c c c c\f c c c } >> -