]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/manually-break-figured-bass-extenders-for-only-some-numbers.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / manually-break-figured-bass-extenders-for-only-some-numbers.ly
index 220335d931ad3a47637d634e0ac4a51447d42a00..fe5e53010936a613ef2531e9dde1e198c0a18acb 100644 (file)
@@ -1,26 +1,14 @@
 %% 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 = "chords"
 
-%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454
-  texidocfr = "
-La basse chiffrée utilise fréquemment des lignes pour indiquer la
-prolongation jusqu'à un certain point.  LilyPond est alors dispendieux
-en ce sens qu'il place le plus de prolongateurs possible.
-L'interruption d'un prolongateur particulier s'obtient en affectant
-d'un @code{\\!} le chiffre qui doit être réimprimé ; ceci interrompra de
-fait la ligne de prolongation juste avant ce chiffre.
-
-"
-  doctitlefr = "Interruption manuelle des prolongations de certains chiffrages"
-
   texidoc = "
 Figured bass often uses extenders to indicate continuation of the
 corresponding step. However, in this case lilypond is in greedy-mode
@@ -32,7 +20,6 @@ extender attributed to that number right before the number.
   doctitle = "Manually break figured bass extenders for only some numbers"
 } % begin verbatim
 
-
 bassfigures = \figuremode {
   \set useBassFigureExtenders = ##t
   <6 4>4 <6 4\!> <6 4\!> <6 4\!> |  <6\! 4\!>  <6 4> <6 4\!> <6 4>
@@ -42,6 +29,3 @@ bassfigures = \figuremode {
   \new Staff \relative c'' { c1 c1 }
   \new FiguredBass \bassfigures
 >>
-
-
-