Abbreviating bass note changes: Difference between revisions
Import snippet from LSR |
mNo edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| 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"> | |||
% 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... | ||
| Line 31: | Line 29: | ||
[[Category:Chords]] | [[Category:Chords]] | ||
[[Category:Workaround]] | [[Category:Workaround]] | ||
[[Category:Snippet]] | |||