Frisky (1): Difference between revisions
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
\header { | \header { | ||
%book = "Peacocks' Tunes" | %book = "Peacocks' Tunes" | ||
composer = \markup { \teeny { | composer = \markup { \teeny {collected by:} \small {John Peacock (c. 1754 - 1817)} } | ||
%crossRefNumber = "1" | %crossRefNumber = "1" | ||
%footnotes = "" | %footnotes = "" |
Revision as of 10:22, 14 February 2011
<lilybook> \version "2.10.33" \header { %book = "Peacocks' Tunes"
composer = \markup { \teeny {collected by:} \small {John Peacock (c. 1754 - 1817)} }
%crossRefNumber = "1" %footnotes = "" tagline = ##f } voicedefault = {
%%%% START PASTE AREA %%%% \relative c { \repeat volta 2{
\stemDown d16^\markup{ \fontsize #2.1 { \hspace #0 {\raise #0.5 {Frisky}}}} b g' d e d c b| a b c d c b a g| d' b g' d e d c b| a c b a \stemUp g8 g\stemNeutral \break } \repeat volta 2 { a16 c b d d c b a| b d c e e d c b| d b g' d e d c b| a c b a \stemUp g8 g\stemNeutral \break } }
} %%%% END PASTE AREA %%%%
\score{
<<
\context Staff="default" { \voicedefault }
>> \layout { \context { \Score \remove "Bar_number_engraver" } }
} </lilybook>