X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcreating-blank-staves.ly;h=f264ed64f213149163bcf00082458f3d0720ee4e;hb=1d765020f867995879c761f2c9351c9dc74f1df8;hp=8ad8e81c4b955b787753d0866a164bda5653611a;hpb=adc6cbf9a271370c1453bfca918f810d9f2906f1;p=lilypond.git diff --git a/Documentation/snippets/creating-blank-staves.ly b/Documentation/snippets/creating-blank-staves.ly index 8ad8e81c4b..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.12.2" +\version "2.16.0" \header { - lsrtags = "staff-notation, editorial-annotations, contexts-and-engravers, paper-and-layout" - -%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec - 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 } -