]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/manually-break-figured-bass-extenders-for-only-some-numbers.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / manually-break-figured-bass-extenders-for-only-some-numbers.ly
index d661bcbad3da4eec34e787c5eebc5e37bb967018..f543c44a18fcd1f0cd174a2fdc928a6f07c0586c 100644 (file)
@@ -1,7 +1,10 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.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.13.29"
+\version "2.16.0"
 
 \header {
   lsrtags = "chords"
@@ -17,6 +20,7 @@ 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>
@@ -26,6 +30,3 @@ bassfigures = \figuremode {
   \new Staff \relative c'' { c1 c1 }
   \new FiguredBass \bassfigures
 >>
-
-
-