X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fmaking-some-staff-lines-thicker-than-the-others.ly;h=9b24e3f97eaf91a7ff7c0f9d82b07219bd9a7499;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=b324f95d83fbf7a418d275cfd1100c7784c9b04f;hpb=87aec4a93a0fe08275dd6cce6961dd9f80f581d1;p=lilypond.git diff --git a/Documentation/snippets/making-some-staff-lines-thicker-than-the-others.ly b/Documentation/snippets/making-some-staff-lines-thicker-than-the-others.ly index b324f95d83..9b24e3f97e 100644 --- a/Documentation/snippets/making-some-staff-lines-thicker-than-the-others.ly +++ b/Documentation/snippets/making-some-staff-lines-thicker-than-the-others.ly @@ -1,47 +1,16 @@ -%% 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" - -%% Translation of GIT committish: 4385ed4cc738e164a95798862580b4b86703356f - texidoces = " -Se puede engrosar una línea del pentagrama con fines pedagógicos -(p.ej. la tercera línea o la de la clave de Sol). Esto se puede -conseguir añadiendo más líneas muy cerca de la línea que se quiere -destacar, utilizando la propiedad @code{line-positions} del objeto -@code{StaffSymbol}. - -" - doctitlees = "Hacer unas líneas del pentagrama más gruesas que las otras" - -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d - texidocde = " -Für den pädagogischen Einsatz kann eine Linie des Notensystems dicker -gezeichnet werden (z. B. die Mittellinie, oder um den Schlüssel hervorzuheben). -Das ist möglich, indem man zusätzliche Linien sehr nahe an der Linie, die -dicker erscheinen soll, einfügt. Dazu wird die @code{line-positions}-Eigenschaft -herangezogen. - -" - doctitlede = "Eine Linie des Notensystems dicker als die anderen machen" -%% Translation of GIT committish: d78027a94928ddcdd18fd6534cbe6d719f80b6e6 - texidocfr = " -Vous pourriez avoir envie, dans un but pédagogique, de rendre certaines -lignes d'une portée plus épaisses que les autres, comme la ligne médiane -ou bien pour mettre en exergue la ligne portant la clé de sol. Il -suffit pour cela d'ajouter une ligne qui sera accolée à celle qui doît -être mise en évidence, grâce à la propriété @code{line-positions} de -l'objet @code{StaffSymbol}. - -" - doctitlefr = "Empâtement de certaines lignes d'une portée" - + lsrtags = "editorial-annotations, really-cool, staff-notation, workaround" texidoc = " -For pedagogical purposes, a staff line can be thickened (e.g., the +For educational purposes, a staff line can be thickened (e.g., the middle line, or to emphasize the line of the G clef). This can be achieved by adding extra lines very close to the line that should be emphasized, using the @code{line-positions} property of the @@ -52,7 +21,7 @@ emphasized, using the @code{line-positions} property of the } % begin verbatim { - \override Staff.StaffSymbol #'line-positions = #'(-4 -2 -0.2 0 0.2 2 4) + \override Staff.StaffSymbol #'line-positions = + #'(-4 -2 -0.2 0 0.2 2 4) d'4 e' f' g' } -