X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fprinting-marks-on-every-staff.ly;h=556eea09969144530411bb93bc409310348b51ac;hb=d46572826e777ed3e9fa4656535a6e9000f2ed9e;hp=20b6d8e00f01552410a3f0d6511b17202fb819db;hpb=90fbf91f6169ddb2f07a1d95d132babf33934620;p=lilypond.git diff --git a/Documentation/snippets/printing-marks-on-every-staff.ly b/Documentation/snippets/printing-marks-on-every-staff.ly index 20b6d8e00f..556eea0996 100644 --- a/Documentation/snippets/printing-marks-on-every-staff.ly +++ b/Documentation/snippets/printing-marks-on-every-staff.ly @@ -1,37 +1,14 @@ -%% 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 = "text" -%% Translation of GIT committish: 4385ed4cc738e164a95798862580b4b86703356f - texidoces = " -Aunque normalmente las marcas de texto sólo se imprimen sobre el -pentagrama superior, también se pueden imprimir en otro pentagrama -cualquiera. - -" - doctitlees = "Imprimir marcas en cualquier pentagrama" - -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d - texidocde = " -Normalerweise werden Textzeichen nur über dem obersten Notensystem gesetzt. Sie -können aber auch über jedem System ausgegeben werden. - -" - doctitlede = "Zeichen über jedem System ausgeben" -%% Translation of GIT committish: c2e8b1d6d671dbfc138f890cbc7e9882b7be2761 - texidocfr = " -Bien que ces indications textuelles ne soient habituellement imprimées -qu'au niveau de la portée supérieure, vous pouvez forcer leur -affectation à chacune des portées. - -" - doctitlefr = "Impression des indications sur toutes les portées d'un système" - - texidoc = " Although text marks are normally only printed above the topmost staff, they may also be printed on every staff. @@ -40,6 +17,7 @@ they may also be printed on every staff. doctitle = "Printing marks on every staff" } % begin verbatim + \score { << \new Staff { c''1 \mark "molto" c'' } @@ -58,4 +36,3 @@ they may also be printed on every staff. } } } -