]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/removing-the-first-empty-line.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / removing-the-first-empty-line.ly
index ed4daf26503a4e17191b0c1153eaf7a602554523..ff44dedba4e04af408890c464f3cad1ae92152bc 100644 (file)
@@ -1,12 +1,15 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.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.13.16"
+\version "2.14.0"
 
 \header {
   lsrtags = "staff-notation, tweaks-and-overrides, breaks"
 
-%% Translation of GIT committish: 00ef2ac3dd16e21c9ffdffaa4d6d043a3f1a76e6
+%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
   texidoces = "
 El primer pentagrama vacío también se puede suprimir de la
 partitura estableciendo la propiedad @code{remove-first} de
@@ -24,7 +27,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
@@ -40,7 +43,7 @@ gültig sind.
 "
   doctitlede = "Die erste leere Notenzeile auch entfernen"
 
-%% Translation of GIT committish: d78027a94928ddcdd18fd6534cbe6d719f80b6e6
+%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e
   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
@@ -49,7 +52,7 @@ système, vous devrez activer la propriété @code{remove-first} du
 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é. 
+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
@@ -77,7 +80,7 @@ written.
 
 \layout {
   \context {
-    \RemoveEmptyStaffContext
+    \Staff \RemoveEmptyStaves
     % To use the setting globally, uncomment the following line:
     % \override VerticalAxisGroup #'remove-first = ##t
   }