Skip to content

Instantly share code, notes, and snippets.

@colomon
Created May 13, 2020 13:25
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 colomon/7722b122f1ec84f918e0b1b0b1c86ff8 to your computer and use it in GitHub Desktop.
Save colomon/7722b122f1ec84f918e0b1b0b1c86ff8 to your computer and use it in GitHub Desktop.
\version "2.19.83"
#(set-default-paper-size "letter")
\paper { print-all-headers = ##t }
\score {
{
\key a \major
\accidentalStyle modern-cautionary
\clef treble\time 6/8 \repeat volta 2 {
\partial 8*1 fis''8 \bar "|"
e''8 cis''8 e''8 a''8 gis''8 fis''8 \bar "|"
e''8 fis''8 e''8 d''8 cis''8 b'8 \bar "|"
}
\alternative {
{
cis''8 a'8 a'8 a'4 \bar "|"
}
{
cis''8 a'8 a'8 \bar ".|:-||" \break \noPageBreak
}
}
\repeat volta 2 {
e''8 fis''8 g''8 \bar "|"
a''4 a''8 fis''8 d''8 d''8 \bar "|"
}
\alternative {
{
cis''8 a'8 a'8 \bar "|"
}
{
cis''8 a'8 a'8 a'4 \bar "|."
}
}
}
\header {
title = " Example "
subtitle = ##f
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment