Created
December 14, 2015 09:56
-
-
Save dspreadbury/9027b636575b96293c2a to your computer and use it in GitHub Desktop.
Simple file including a few glissandi; LilyPond format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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