]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-ambitus-gap.ly
Merge symbol_list into master
[lilypond.git] / Documentation / snippets / changing-the-ambitus-gap.ly
index c8a1be77dc62b203f277b5b00d22f1fe2f33359d..3f6f3db167de6e6c0e24fd51544438f4896fa133 100644 (file)
@@ -4,36 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.6"
 
 \header {
   lsrtags = "pitches"
 
-%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
-
-  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.
 
@@ -56,18 +31,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''
 }