X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fremoving-the-first-empty-line.ly;h=7b46aef03072b3b3464e864c32249e170a7b7b6e;hb=89c94db7a59904e2cb7066e075049465be8ac1ac;hp=f732ff9985e9d4c3bf2b9ae3a16be247e9a09699;hpb=71243e9548e9146da4a90e6347dbca6430346be8;p=lilypond.git diff --git a/Documentation/snippets/removing-the-first-empty-line.ly b/Documentation/snippets/removing-the-first-empty-line.ly index f732ff9985..7b46aef030 100644 --- a/Documentation/snippets/removing-the-first-empty-line.ly +++ b/Documentation/snippets/removing-the-first-empty-line.ly @@ -1,12 +1,12 @@ %% Do not edit this file; it is automatically %% generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.13.4" +\version "2.13.16" \header { lsrtags = "staff-notation, tweaks-and-overrides, breaks" -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca +%% Translation of GIT committish: 2b0dc29608d6c3f5a03ead4877ae514c647adb74 texidoces = " El primer pentagrama vacío también se puede suprimir de la partitura estableciendo la propiedad @code{remove-first} de @@ -23,8 +23,7 @@ escribe. " doctitlees = "Quitar la primera línea vacía" - -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Ein leeres Notensystem kann auch aus der ersten Zeile einer Partitur entfernt werden, indem die Eigenschaft @code{remove-first} der @@ -39,6 +38,24 @@ gültig sind. " doctitlede = "Die erste leere Notenzeile auch entfernen" +%% Translation of GIT committish: 99dc90bbc369722cf4d3bb9f30b7288762f2167f6 + texidocfr = " +Par défaut, le premier système comportera absolument toutes les portées. +Si vous voulez masquer les portées vides y compris pour le premier +système, vous devrez activer la propriété @code{remove-first} du +@code{VerticalAxisGroup}. Mentionnée dans un bloc @code{\\layout}, +cette commande agira de manière globale. Pour qu'elle ne soit effective +que pour une portée individuelle, vous devrez également spécifier le +contexte (@code{Staff} pour qu'il ne concerne que la portée en cours) en +préfixe de la propriété. + +La première ligne inférieure du deuxième @code{StaffGroup} est bien +présente, pour la simple raison que le réglage en question ne s'applique +qu'à la portée dans laquelle il a été inscrit. + +" + doctitlefr = "Masquage de la première ligne si elle est vide" + texidoc = " The first empty staff can also be removed from the score by setting the