X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcreating-blank-staves.ly;h=f264ed64f213149163bcf00082458f3d0720ee4e;hb=17fecdfc86780cccffdf8fb91a1394da2980860a;hp=f09633e070a92bc026e4e819b899fdd44cbab64e;hpb=f5387a5c986393052bc9443ebd9b6cd9f14c6887;p=lilypond.git diff --git a/Documentation/snippets/creating-blank-staves.ly b/Documentation/snippets/creating-blank-staves.ly index f09633e070..f264ed64f2 100644 --- a/Documentation/snippets/creating-blank-staves.ly +++ b/Documentation/snippets/creating-blank-staves.ly @@ -1,21 +1,13 @@ -%% 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.10" +\version "2.16.0" \header { - lsrtags = "staff-notation, editorial-annotations, contexts-and-engravers, paper-and-layout" - -%% Translation of GIT committish: 5cab62e8738ff02eead438042743116391f306f5 - texidoces = " -Para crear pentagramas en blanco, genere compases vacíos y después -elimine el grabador de números de compás @code{Bar_number_engraver} -del contexto @code{Score}, y los grabadores de la indicación de compás -@code{Time_signature_engraver}, de la clave @code{Clef_engraver} y de -los compases @code{Bar_engraver} del contexto de @code{Staff}. - -" - doctitlees = "Crear pentagramas en blanco" + lsrtags = "contexts-and-engravers, editorial-annotations, paper-and-layout, specific-notation, staff-notation" texidoc = " To create blank staves, generate empty measures then remove the @@ -27,6 +19,7 @@ To create blank staves, generate empty measures then remove the doctitle = "Creating blank staves" } % begin verbatim + #(set-global-staff-size 20) \score { @@ -56,4 +49,3 @@ To create blank staves, generate empty measures then remove the bottom-margin = 0.25\in top-margin = 0.25\in } -