| [ << Fretted strings ] | [Top][Contents] | [ Unfretted strings >> ] |
| [ < Changing fret orientations ] | [ Up : Fretted strings ] | [ ChordChanges for FretBoards > ] |
Chord glissando in tablature
Slides for chords are indicated by default in both Staff and
TabStaff.
String numbers are necessary for TabStaff because automatic
string calculations are different for chords and for single notes.
myMusic = \relative c' { <c e g>1 \glissando <f a c> } \score { << \new Staff { \clef "treble_8" \myMusic } \new TabStaff \myMusic >> } \score { << \new Staff { \clef "treble_8" \myMusic } \new TabStaff \with { \override Glissando.style = #'none } { \myMusic } >> } \paper { tagline = ##f }
| [ << Fretted strings ] | [Top][Contents] | [ Unfretted strings >> ] |
| [ < Changing fret orientations ] | [ Up : Fretted strings ] | [ ChordChanges for FretBoards > ] |
![[image of music]](../75/lily-85c00df7.png)