X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fprinting-marks-on-every-staff.ly;h=3e7bc147894e3250548d15f8f4b2f9ee83a07407;hb=f22c889b1389cb7d761580762fe77973780f2f86;hp=e7233d718752d64148c3069c3a5e479a2fbc6975;hpb=adc6cbf9a271370c1453bfca918f810d9f2906f1;p=lilypond.git diff --git a/Documentation/snippets/printing-marks-on-every-staff.ly b/Documentation/snippets/printing-marks-on-every-staff.ly index e7233d7187..3e7bc14789 100644 --- a/Documentation/snippets/printing-marks-on-every-staff.ly +++ b/Documentation/snippets/printing-marks-on-every-staff.ly @@ -1,39 +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.12.2" +\version "2.14.2" \header { lsrtags = "text" -%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec - 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: 0a868be38a775ecb1ef935b079000cebbc64de40 - 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: 548ef200973bd3d46ea75c5498461d9e5f168334 - 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. @@ -42,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'' } @@ -60,4 +36,3 @@ they may also be printed on every staff. } } } -