X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-the-ambitus-gap.ly;h=ade2d8e63b712455cc8f43f0cc81fa47e7933194;hb=18d03fa6a724b0102ccc47d194209802cea02f2e;hp=8caac18d69bf6b68e32165b2b15499f699974cc0;hpb=6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1;p=lilypond.git diff --git a/Documentation/snippets/changing-the-ambitus-gap.ly b/Documentation/snippets/changing-the-ambitus-gap.ly index 8caac18d69..ade2d8e63b 100644 --- a/Documentation/snippets/changing-the-ambitus-gap.ly +++ b/Documentation/snippets/changing-the-ambitus-gap.ly @@ -1,41 +1,17 @@ %% 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 { lsrtags = "pitches" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - texidoces = " -Es posible ajustar la separación en las indicaciones de tesitura. - -" - - doctitlees = "Modificación de la separación en las indicaciones de tesitura" - -%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 - texidocit = " -È possibile cambiare le impostazioni predefinite dell'intervallo -dell'ambitus. - -" - doctitleit = "Modifica dell'intervallo dell'ambitus" - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -L'affichage d'un @emph{ambitus} peut s'affiner pour répondre à vos -préférences en matière d'esthétique. -" - doctitlefr = "Réglage de l'affichage d'un ambitus" - - texidoc = " -It is possible to change the default gap setting for ambitus. +It is possible to change the default gap between the ambitus noteheads +and the line joining them. " doctitle = "Changing the ambitus gap" @@ -56,18 +32,18 @@ It is possible to change the default gap setting for ambitus. \new Staff { \time 2/4 - \override AmbitusLine #'gap = #0 + \override AmbitusLine.gap = #0 c'4 g'' } \new Staff { \time 2/4 - \override AmbitusLine #'gap = #1 + \override AmbitusLine.gap = #1 c'4 g'' } \new Staff { \time 2/4 - \override AmbitusLine #'gap = #1.5 + \override AmbitusLine.gap = #1.5 c'4 g'' }