\version "2.18.2" \language "english" \header { title = "Take Fiveish" composer = "Tommy Montgomery" copyright = "(c) 2018 Tommy Montgomery" } global = { \key a \minor \time 5/4 \tempo 4 = 100 \set Staff.printKeyCancellation = ##f \numericTimeSignature \compressFullBarRests \omit Voice.StringNumber \override TupletBracket #'bracket-visibility = #'if-no-beam \override MultiMeasureRest.expand-limit = #3 } guitarOne = \relative c' { \repeat volta 2 { a8 a16 a e'8 c' a,16 a e'8 b'\glissando( a) g\glissando( a) | a,8 a16 a e'8 c' a,16 a e'8 b'\glissando( a\glissando) e'\glissando( d) | a,8 a16 a e'8 c' a,16 a e'8 b'\glissando( a) g\glissando( a) | } \alternative { { d, d16 d f8 g d16 d f8 g d16 d\glissando c'8\glissando( bf) | } { e,, e16 e g8 a e16 e g8 a e16 e c'8\glissando( b) | } } \time 4/4 f8 f16 f a8 c a16 a c8 f c16 c | f8 a f16 f a8 c( b) a( b) | e,,8 e16 e g8 b g16 g b8 e b16 b | e8 g e16 e g8 b( a) g( a) | a,8 a16 a c8 e c16 c e8 a e16 e | a8 c a16 a c8 e( d) c( d) | } guitarOneStaff = \new Staff \with { midiInstrument = "acoustic guitar (nylon)" }{ \global \guitarOne } \score { << \guitarOneStaff >> \layout { \context { \Staff \RemoveEmptyStaves \override Glissando.minimum-length = #4 \override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods \override Glissando.thickness = #2 \override VerticalAxisGroup.remove-first = ##t } } } \score { \unfoldRepeats { << \transpose c c, \guitarOneStaff >> } \midi {} }