]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-staff-size.ly
LSR updates
[lilypond.git] / Documentation / snippets / changing-the-staff-size.ly
index 21a06e1d0624f89e5fa0af4a4fcc8f5c6702016b..7261a0dfe092db6ebe5bb4ae725ed3635b7b4577 100644 (file)
@@ -4,19 +4,9 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.11"
 
 \header {
-%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002
-  texidocfr = "
-Bien que le meilleur moyen de définir la taille des portées consiste à
-utiliser @code{#(set-global-staff-size xx)}, une portée en particulier
-peut se redimensionner en affectant d'un coefficient ses propriétés
-@code{'staff-space} et @code{fontSize}.
-
-"
-  doctitlefr = "Modification de la taille d'une portée"
-
   lsrtags = "paper-and-layout, staff-notation, tweaks-and-overrides"
 
   texidoc = "
@@ -39,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
   }
 >>
-