X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-the-ambitus-gap.ly;h=ade2d8e63b712455cc8f43f0cc81fa47e7933194;hb=9c0bf4c3661da7668d8073e8ffb7035b78efa9df;hp=a1d62e22e955f072a24d6b9b488030e90eeff011;hpb=83e2592f1808450d0a5ecbea9803e6f37fddf43c;p=lilypond.git diff --git a/Documentation/snippets/changing-the-ambitus-gap.ly b/Documentation/snippets/changing-the-ambitus-gap.ly index a1d62e22e9..ade2d8e63b 100644 --- a/Documentation/snippets/changing-the-ambitus-gap.ly +++ b/Documentation/snippets/changing-the-ambitus-gap.ly @@ -1,17 +1,21 @@ -% Do not edit this file; it is automatically -% generated from Documentation/snippets/new -% This file is in the public domain. -%% Note: this file works from version 2.13.26 -\version "2.13.26" +%% DO NOT EDIT this file manually; it is automatically +%% 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.18.0" + \header { lsrtags = "pitches" - texidoc = "It is possible to change the default gap setting for -ambitus." - - doctitle = "Changing the ambitus gap" -} + texidoc = " +It is possible to change the default gap between the ambitus noteheads +and the line joining them. +" + doctitle = "Changing the ambitus gap" +} % begin verbatim \layout { \context { @@ -28,18 +32,18 @@ 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'' }