X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fapplying-note-head-styles-depending-on-the-step-of-the-scale.ly;h=5d51865c90fc39677eab903db7d7b183b0872df6;hb=1c122290caffd067b81c60a18c97e61d1c6b209e;hp=7fefb409f1a8c711e1b2ea915397fd59c79065a7;hpb=3749eebdbf55d7ebbc1ef3abccd0dff58fde3fa1;p=lilypond.git diff --git a/Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly b/Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly index 7fefb409f1..5d51865c90 100644 --- a/Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly +++ b/Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly @@ -1,12 +1,12 @@ %% Do not edit this file; it is automatically %% generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.13.10" +\version "2.13.20" \header { lsrtags = "pitches, editorial-annotations" -%% Translation of GIT committish: 341940d3830b59f93a80131471d622c2818afddb +%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b doctitlees = "Aplicar estilos de cabeza según la nota de la escala" texidoces = " La propiedad @code{shapeNoteStyles} se puede usar para definir varios @@ -30,7 +30,7 @@ nota. " -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 doctitlede = "Notenkopfstile basierend auf der Tonleiterstufe erstellen" texidocde = " Die @code{shapeNoteStyles}-(NotenFormenStile)-Eigenschaft kann benutzt @@ -51,22 +51,22 @@ eine Melodie transponieren kann, ohne dass das Verhältnis zwischen den harmonischen Funktionen und dem Notenstil verloren geht. " -%% Translation of GIT committish: 59968a089729d7400f8ece38d5bc98dbb3656a2b +%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e texidocfr = " La propriété @code{shapeNoteStyles} permet d'affecter un profil particulier à chaque degré de la gamme -- à partir de l'armure ou -de la propriété @code{tonic}. Ses valeurs sont constituées d'une liste +de la propriété @code{tonic}. Ses valeurs sont constituées d'une liste de symboles, qu'il s'agisse de formes géométriques (@code{triangle}, @code{cross}, ou @code{xcircle}) ou basés sur la tradition des graveurs américains (avec quelques noms de note latins). LilyPond dispose de deux raccourcis, @code{\aikenHeads} et @code{\sacredHarpHeads}, permettant de reproduire déanciens recueils de -chansons américaines. +chansons américaines. L'exemple suivant montre plusieurs manières de profiler les têtes de note, ainsi que la capacité de trnsposer tout en respectant la fonction -harmonique de chaque note dans la gamme. +harmonique de chaque note dans la gamme. " doctitlefr = "Profilage des notes selon leur degré dans la gamme"