LSR: Update.
[lilypond/mpolesky.git] / Documentation / snippets / manually-break-figured-bass-extenders-for-only-some-numbers.ly
blobd661bcbad3da4eec34e787c5eebc5e37bb967018
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.29"
6 \header {
7 lsrtags = "chords"
9 texidoc = "
10 Figured bass often uses extenders to indicate continuation of the
11 corresponding step. However, in this case lilypond is in greedy-mode
12 and uses extenders whenever possible. To break individual extenders,
13 one can simply use a modifier \\! to a number, which breaks any
14 extender attributed to that number right before the number.
17 doctitle = "Manually break figured bass extenders for only some numbers"
18 } % begin verbatim
20 bassfigures = \figuremode {
21 \set useBassFigureExtenders = ##t
22 <6 4>4 <6 4\!> <6 4\!> <6 4\!> | <6\! 4\!> <6 4> <6 4\!> <6 4>
26 \new Staff \relative c'' { c1 c1 }
27 \new FiguredBass \bassfigures