Abbreviating bass note changes: Difference between revisions
m New category Tags: Mobile edit Mobile web edit |
mNo edit summary |
||
| Line 1: | Line 1: | ||
A common practice in lead sheets is to abbreviate chord changes when only the bass note is changed. | A common practice in lead sheets is to abbreviate chord changes when only the bass note is changed. For example, the sequence <code>Cmaj7 Cmaj7/B</code> would be written as <code>Cmaj7 /B</code> instead. There is no simple way to do this in LilyPond, but it is possible to use a whiteout hack as shown in snippet [[Inserting a \markup when using chordmode]] to accomplish the desired effect. | ||
<lilypond version="2.24"> | <lilypond version="2.24"> | ||
% Maybe I'll write a Scheme function for this, when I learn how... | % Maybe I'll write a Scheme function for this, when I learn how... | ||