Created
May 13, 2020 13:25
-
-
Save colomon/7722b122f1ec84f918e0b1b0b1c86ff8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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.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