X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Fshowing-the-same-articulation-above-and-below-a-note-or-chord.ly;h=2277eb5f361a5af3c85fdd68b6b59716bea6a034;hb=3ecc98aa5db8a47adcf9defc4ec9fc018c5cc47d;hp=93cd42ff5be2098e87f64849bcd453a0d8a6b8ea;hpb=061c50f352513cc942c1741d5b9429de5ae52b1d;p=lilypond.git diff --git a/Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly b/Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly index 93cd42ff5b..2277eb5f36 100644 --- a/Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly +++ b/Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly @@ -1,33 +1,12 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.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.14.2" +\version "2.18.0" \header { -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -LilyPond ne permet pas, par défaut, qu'une même articulation (accent, -flageolet, point d'orgue etc.) se retrouve à la fois au-dessus et -au-dessous d'une note. Par exemple, @code{c4_\\fermata^\\fermata} ne -donnera qu'un seul point d'orgue en dessous du do ; celui du dessus sera -tout bonnement ignoré. On peut néanmoins accoler des scripts, tels des -doigtés, à l'intérieur d'un accord ; il peut donc y avoir autant -d'articulations que de besoin, ce qui, par voie de conséquence, permet -de s'affranchir de la présence de hampes et de positionner l'articulation -relativement à la tête de note comme dans le cas du flageolet -ci-dessous. L'imitation du traitement d'un script externe à un accord -requérant un @code{'add-stem-support}, la solution consiste à libeller -la note comme étant un accord et ajouter les articulations au sein de la -construction @code{<...>}. Un simple amendement permettra de rectifier -le positionnement habituel en surplomb : -@code{} - -" - doctitlefr = "Impression d'une même articulation des deux côtés d'une note ou d'un accord" - lsrtags = "expressive-marks, tweaks-and-overrides, version-specific" texidoc = " @@ -43,13 +22,12 @@ flageolets in the snippet. To mimic the behaviour of scripts outside a chord, 'add-stem-support would be required. So, the solution is to write the note as a chord and add the articulations inside the <...>. The direction will always be above, but one can tweak this via a -\\tweak: @code{} +\\tweak: @code{} " doctitle = "Showing the same articulation above and below a note or chord" } % begin verbatim - % The same as \flageolet, just a little smaller smallFlageolet = #(let ((m (make-articulation "flageolet")))