]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/removing-the-first-empty-line.ly
Web: Announcement update for the new "LilyPond Report"
[lilypond.git] / Documentation / snippets / removing-the-first-empty-line.ly
index a7f9739b04a5ecb1fecb0b8f6d40758293f2afc3..d95cf59d3d523987c3ba3373cc42d64344afb3d0 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.15.25"
 
 \header {
   lsrtags = "staff-notation, tweaks-and-overrides, breaks"
 
-%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d
+%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
   texidoces = "
 El primer pentagrama vacío también se puede suprimir de la
 partitura estableciendo la propiedad @code{remove-first} de
@@ -40,7 +43,7 @@ gültig sind.
 "
   doctitlede = "Die erste leere Notenzeile auch entfernen"
 
-%% Translation of GIT committish: 99dc90bbc369722cf4d3bb9f30b7288762f2167f6
+%% 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
   }