]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-a-figured-bass-above-or-below-the-notes.ly
LSR: Update.
[lilypond.git] / input / lsr / adding-a-figured-bass-above-or-below-the-notes.ly
index 7ab5021104d91022fc59c1103a8d4bf4e392d9b6..025435740b7bf035f8266986df8b7e600e12f0a4 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.12.0"
+\version "2.12.3"
 
 \header {
   lsrtags = "chords, ancient-notation, contexts-and-engravers"
@@ -38,19 +38,26 @@ to the whole score.
   doctitle = "Adding a figured bass above or below the notes"
 } % begin verbatim
 
-bass = { \clef bass g4 b, c d e d8 c d2}
+bass = {
+  \clef bass
+  g4 b, c d
+  e d8 c d2
+}
 continuo = \figuremode {
-         < _ >4 < 6 >8   
-   \once \override Staff.BassFigureAlignmentPositioning #'direction = #CENTER
-         <5/>  < _ >4 
-   \override Staff.BassFigureAlignmentPositioning #'direction = #UP
-         < _+ > < 6 >
-   \set Staff.useBassFigureExtenders = ##t
-   \override Staff.BassFigureAlignmentPositioning #'direction = #DOWN
-         < 4 >4. < 4 >8 < _+ >4
-       } 
+  <_>4 <6>8
+  \once \override Staff.BassFigureAlignmentPositioning #'direction = #CENTER
+  <5/>8 <_>4
+  \override Staff.BassFigureAlignmentPositioning #'direction = #UP
+  <_+>4 <6>
+  \set Staff.useBassFigureExtenders = ##t
+  \override Staff.BassFigureAlignmentPositioning #'direction = #DOWN
+  <4>4. <4>8 <_+>4
+}
 \score {
-    << \new Staff = bassStaff \bass 
-    \context Staff = bassStaff \continuo >>
+  <<
+    \new Staff = bassStaff \bass
+    \context Staff = bassStaff \continuo
+  >>
 }
 
+