Skip to content

Instantly share code, notes, and snippets.

@dspreadbury
Created December 14, 2015 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dspreadbury/9027b636575b96293c2a to your computer and use it in GitHub Desktop.
Save dspreadbury/9027b636575b96293c2a to your computer and use it in GitHub Desktop.
Simple file including a few glissandi; LilyPond format
\version "2.19.28"
\new Staff <<
\clef treble
\time 6/8
\relative c' {
<<
{ \oneVoice \stemUp f4. \glissando \stemNeutral fis' }
{ \oneVoice s4. \stemDown a,4. }
>> |
c' \glissando f,! |
b \glissando ees, |
c \glissando cis |
c! \glissando d |
<f, b e> \glissando \glissando \glissando <b e a>
}
>>
\layout {
ragged-last = ##f
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment