Chord glissando in tablature: Difference between revisions
m New category |
mNo edit summary |
||
| Line 3: | Line 3: | ||
String numbers may be necessary for <code>TabStaff</code> because automatic string calculations are different for chords and for single notes. | String numbers may be necessary for <code>TabStaff</code> because automatic string calculations are different for chords and for single notes. | ||
<lilypond version="2.24" | <lilypond version="2.24"> | ||
myMusic = \relative c' { | myMusic = \relative c' { | ||
<c e g>1 \glissando <f a c> | <c e g>1 \glissando <f a c> | ||
| Line 33: | Line 33: | ||
>> | >> | ||
} | } | ||
</lilypond> | </lilypond> | ||