Adjusting figured bass alteration glyphs: Difference between revisions
Import snippet from LSR |
mNo edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
To change that, pass an alist to <code>figuredBassPlusStrokedAlist</code> and set the glyph in question to <code>#f</code> (or omit it). | To change that, pass an alist to <code>figuredBassPlusStrokedAlist</code> and set the glyph in question to <code>#f</code> (or omit it). | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
#(set-global-staff-size 26) | |||
\figures { | \figures { | ||
\set figuredBassPlusDirection = #RIGHT | \set figuredBassPlusDirection = #RIGHT | ||
| Line 24: | Line 26: | ||
[[Category:Included in the official documentation]] | [[Category:Included in the official documentation]] | ||
[[Category:Chords]] | [[Category:Chords]] | ||
[[Category:Snippet]] | |||