X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcreating-blank-staves.ly;h=f264ed64f213149163bcf00082458f3d0720ee4e;hb=f34e902280136100fa7cdea1f6ff3e8860181008;hp=81c780070f94eb834dbbaa1d3bb33a2791d5dad3;hpb=579274a935b22567ac15b3651a9d651474f88ec4;p=lilypond.git diff --git a/Documentation/snippets/creating-blank-staves.ly b/Documentation/snippets/creating-blank-staves.ly index 81c780070f..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.16" +\version "2.16.0" \header { - lsrtags = "staff-notation, editorial-annotations, contexts-and-engravers, paper-and-layout" - -%% Translation of GIT committish: 00ef2ac3dd16e21c9ffdffaa4d6d043a3f1a76e6 - 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 } -