Sandbox: Difference between revisions

Find traditional instrumental music
No edit summary
No edit summary
Line 5: Line 5:
crossRefNumber = "1"
crossRefNumber = "1"
footnotes = ""
footnotes = ""
tagline = "Lily was here 2.12.2 -- automatically converted from ABC"
tagline = #f
%title = "Frisky"
}
}
voicedefault =  {
voicedefault =  {

Revision as of 10:59, 2 February 2010

<lilybook> \version "2.12.2" \header { book = "Peacocks' Tunes" crossRefNumber = "1" footnotes = "" tagline = #f } voicedefault = { %\set Score.defaultBarType = "empty"

\repeat volta 2 { \key g \major d16^\markup{1.Frisky} b'16 g16 d16 e16 d16 c16 b'16 \bar "|" a'16 b'16 c16 d16 c16 b'16 a'16 g'16 \bar "|" d16 b'16 g16 d16 e16 d16 c16 b'16 \bar "|" a'16 c16 b'16 a'16 g'8 g'8\break } a'16 c16 b'16 d16 d16 c16 b'16 a'16 \bar "|" a'16 d16 c16 e16 e16 d16 c16 a'16 \bar "|" d16 a'16 g16 d16 e16 d16 c16 a'16 \bar "|" a'16 c16 b'16 a'16 g'8 g'8\break }


\score{

   <<

\context Staff="default" { \voicedefault


}

   >>

}

</lilybook>