Bonny Lad (1): Difference between revisions
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
|f_theme_code_index=3165 4542 | |f_theme_code_index=3165 4542 | ||
}} | }} | ||
< | ---- | ||
<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 %%%% | |||
\key g \major | |||
\time 2/2 | |||
%\override Staff.TimeSignature #'stencil = ##f | |||
\set Staff.instrumentName = \markup{ \fontsize #2.1 {"6."}} | |||
\relative c''{ | |||
\repeat volta 2 { | |||
b8.^\markup{ \fontsize #2.1 { \hspace #0 {\raise #0.5 {Bonny Lad}}}} a16 g8 g' e[(fis16 g16)] d8. b16| | |||
c8. e16 d8 b c[ a] a[ c]| | |||
b8. a16 g8 g' e16[(fis16) g8] d8. b16| | |||
c8. e16 d8 c b g g4|\break | |||
} | |||
\repeat volta 2 { | |||
b8 g d' g, e' g, d' g,| | |||
c8 e d b c[ a] a[ c]| | |||
b8 g d' g, e' g, d' g,| | |||
c8. e16 d8 c b g g4|\break | |||
} | |||
} | |||
} | |||
%%%% END PASTE AREA %%%% | |||
< | \score{ | ||
<< | |||
\context Staff="default" | |||
{ | |||
\voicedefault | |||
} | |||
>> | |||
\layout | |||
{ | |||
\context | |||
</ | { | ||
\Score | |||
\remove "Bar_number_engraver" | |||
} | |||
} | |||
} | |||
</lilybook> | |||
---- | ---- | ||
ABC notation in: | |||
[[{{TALKPAGENAME}}|Tune Discussion]] | |||
Revision as of 22:09, 19 March 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 %%%% \key g \major
\time 2/2 %\override Staff.TimeSignature #'stencil = ##f \set Staff.instrumentName = \markup{ \fontsize #2.1 {"6."}} \relative c{ \repeat volta 2 { b8.^\markup{ \fontsize #2.1 { \hspace #0 {\raise #0.5 {Bonny Lad}}}} a16 g8 g' e[(fis16 g16)] d8. b16| c8. e16 d8 b c[ a] a[ c]| b8. a16 g8 g' e16[(fis16) g8] d8. b16| c8. e16 d8 c b g g4|\break } \repeat volta 2 { b8 g d' g, e' g, d' g,| c8 e d b c[ a] a[ c]| b8 g d' g, e' g, d' g,| c8. e16 d8 c b g g4|\break } }
}
%%%% END PASTE AREA %%%%
\score{
<< \context Staff="default" { \voicedefault } >> \layout { \context { \Score \remove "Bar_number_engraver" } }
} </lilybook>
ABC notation in: Tune Discussion