Frisky (1): Difference between revisions

Find traditional instrumental music
No edit summary
No edit summary
 
(28 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Abctune
{{Abctune
|f_tune_title=Frisky
|f_tune_title=Frisky (1)
|f_aka=Annotation:Frisky
|f_composer=John Peacock
|f_composer=John Peacock
|f_country=England
|f_country=England
Line 9: Line 10:
|f_accidental=1 sharp
|f_accidental=1 sharp
|f_mode=Ionian (Major)
|f_mode=Ionian (Major)
|f_history=<b>England</b>/North East
|f_history=ENGLAND(North East)
|f_structure=AABB
|f_structure=AABB
|f_book_title=Favorite collection of tunes with variations adapted for the Northumberland small pipes violin or flute
|f_book_title=Favorite collection of tunes with variations adapted for the Northumberland small pipes violin or flute
|f_collector=William Wright
|f_collector=John Peacock
|f_year=1805
|f_year=1805
|f_page=1/1
|f_page=1/1
|f_theme_code_index=5624 5621
|f_theme_code_index=5624 5621
|File name=PPeacock.pdf
|f_number_of_pages=50
|Has_number_of_pages=50
}}
}}
----
<div class="noprint">
 
<p><font face="sans-serif" size="3"> [[ANNOTATION:{{PAGENAME}}|{{PAGENAME}}: Annotations]] </font></p>
<score lang="lilypond" raw=1>
</div>
\version "2.10.33"
<!-- SUBSTITUTE THE ABC NOTATION BELOW (BETWEEN THE <SECTION BEGIN /><SECTION END /> TAGS) WITH YOUR OWN NOTATION (IF ANY) -->
\header {
%book = "Peacocks' Tunes"
        composer =  \markup  { \teeny {collected by:} \small {John Peacock (c. 1754 - 1817)} }
%crossRefNumber = "1"
%footnotes = ""
tagline = "UETEXT"
}
voicedefault =  {
 
%%%% START PASTE AREA  %%%%
\key g \major
  \override Staff.TimeSignature #'stencil = #(lambda (grob)
      (bracketify-stencil (ly:time-signature::print grob) Y 0.1 0.2 0.1))
      \time 2/4
      %\override Staff.TimeSignature #'stencil = ##f
      \set Staff.instrumentName = \markup{\fontsize #2.1 {"1."}}
\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"
          }
        }
}
</score>


----
----
<p><font face="garamond, serif" size="4">
<section begin=abc />
'''FRISKY'''. English, Reel. England, Northumbrian. G Major. Standard tuning (fiddle). AABB. The title appears in Henry Robson's list of popular Northumbrian song and dance tunes which he published c. 1800. There are other period tunes that go by the name "Frisky" or "The Frisky", but this particular melody appears unique to Peacock's publication [http://www.folknortheast.com/archive/detail.asp?id=K0100101].
X: 1  
<br>
%
<br>
T: Frisky (1)
</font></p>
M: 2/4
<p><font face="garamond, serif" size="4">
L: 1/16
''Source for notated version'':
K: Gmaj
<br>
dBgd edcB| ABcd cBAG|dBgd edcB| AcBA G2G2:|
<br>
AcBd dcBA|Adce edcA|dBgd edcB|AcBA G2G2:|
</font></p>
<section end=abc />
<p><font face="garamond, serif" size="4">
''Printed sources'': Peacock ('''Peacock’s Tunes'''), c. 1805; No. 1, p. 1.
<br>
<br>
</font></p>
<p><font face="garamond, serif" size="4">
''Recorded sources'': <font color=teal></font>
<br>
<br>
</font></p>
<p><font face="garamond, serif" size="4">
'''<u>[[Favorite_collection_of_tunes_with_variations_adapted_for_the_Northumberland_small_pipes_violin_or_flute| UR-TEXT]] Editorial annotaton</u>''':  
<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;When the Copyist has made a choice, this has been marked with brackets "[ ]" or
parenthesis "( )".
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For example in [[Frisky]], where there is no time signature in the original
edition, or in [[Meggy's Foot]] (8<sup>th</sup>) and [[Over the Border]] (9<sup>th</sup>)
and 11(<sup>th</sup>) where there is a rhythmic inconsistency.
<br>
<br>
 
<score lang="lilypond" raw=1>
\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
  \override Staff.TimeSignature #'stencil = #(lambda (grob)
  (bracketify-stencil (ly:time-signature::print grob) Y 0.1 0.2 0.1))
      \time 2/4
      %\override Staff.TimeSignature #'stencil = ##f
      \set Staff.instrumentName = "1."
 
     
      \relative c'' {
      \stemDown d16^\markup{ Frisky } b g' d\bar"|"
      \stopStaff
      s4
      \startStaff
      b16^\markup{Meggy's foot} c \parenthesize d8 \staccatissimo g,8\staccatissimo r8\bar"|"
     
      }
}
 
%%%% END PASTE AREA  %%%%
 
\score{
    <<
\context Staff="default"
{
    \voicedefault                       
}
        >>
        \layout
        {
        \context
          {
          \Score
          \remove "Bar_number_engraver"
          }
        }
}
</score>
<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Peacock's contemporaries (e.g. Thomas Bewick), who referred to Peacock's style as having
''"his lilts, his pauses, and his variations"'' [L.Jessop], suggested to the copyist that
ornaments, dotted notes, slurs, staccatos and
graces must be left unaltered in this Urtext because they are expressions of the author.
Nevertheless, the trill signs have been subsituted with the ''inverted mordent''.
This ornament is sometimes called a ''transient shake'' because it is really only a part of the more
elaborate grace known as the "perfect trill". [K.W.Gehrkens]
<br>
<br>
 
<score lang="lilypond" raw=1>
\version "2.10.33"
\header {
%book = "Peacocks' Tunes"
      %composer =  \markup  { \teeny {collected by:} \small {John Peacock (c. 1754 - 1817)} }
%crossRefNumber = "1"
%footnotes = ""
tagline = ##f
}
voicechange =  {
 
%%%% START PASTE AREA  %%%%
\key c \major
      \time 4/4
      \override Staff.TimeSignature #'stencil = ##f
      \override NonMusicalPaperColumn #'line-break-permission = ##f
      %\set Staff.instrumentName = "34."
      \relative c''{
        e16.[\trill d32 e16 f]
        \stopStaff
        s1_\markup{changes to}
        \startStaff
        e16.[\prall  d32 e16 f]\bar"|"
      }
}
%%%% END PASTE AREA  %%%%
 
\score{
    <<
\context Staff="default"
{
    \voicechange                       
}
        >>
        \layout
        {
        \context
          {
          \Score
          \remove "Bar_number_engraver"
          }
        }
}
</score>
 
<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Evident mistakes, have been corrected and underlined with "analysis brackets" as shown in the
following 34<sup>th</sup> measure of [[Felton Lonning]]:
<br>
<br>
 
<score lang="lilypond" raw=1>
\version "2.10.33"
\header {
%book = "Peacocks' Tunes"
      %composer =  \markup  { \teeny {collected by:} \small {John Peacock (c. 1754 - 1817)} }
%crossRefNumber = "1"
%footnotes = ""
tagline = ##f
}
voicemistake =  {
 
%%%% START PASTE AREA  %%%%
\key g \major
      \time 6/8
      \override TupletBracket #'direction = #UP
      \override Staff.TimeSignature #'stencil = ##f
      \override NonMusicalPaperColumn #'line-break-permission = ##f
      %\set Staff.instrumentName = "34."
      \relative c''{
      \once \override HorizontalBracket #'direction = #UP
      %\override NoteHead #'color = #grey
      g'16[\startGroup fis e fis g e]\stopGroup
      %\override NoteHead #'color = #black
      d16[ c b c d b]|
      }
}
 
%%%% END PASTE AREA  %%%%
 
\score{
    <<
\context Staff="default"
{
    \voicemistake                       
}
        >>
        \layout
        {
        \context
          {
          \Score
          \consists "Horizontal_bracket_engraver"
          \remove "Bar_number_engraver"
          }
        }
}
</score>


<br>
<br>


</font></p>
<div class="noprint">
<p><font face="sans-serif" size="3"> [[ANNOTATION:{{PAGENAME}}|{{PAGENAME}}: Annotations]] </font></p>
</div>
__NOTITLE__

Latest revision as of 15:31, 6 June 2019


Frisky (1)  Click on the tune title to see or modify Frisky (1)'s annotations. If the link is red you can create them using the form provided.Browse Properties <br/>Special:Browse/:Frisky (1)
Query the Archive
Query the Archive
 Theme code Index    5624 5621
 Also known as    Frisky
 Composer/Core Source    John Peacock
 Region    England
 Genre/Style    Northumbrian/Borders
 Meter/Rhythm    Reel (single/double)
 Key/Tonic of    G
 Accidental    1 sharp
 Mode    Ionian (Major)
 Time signature    2/4
 History    ENGLAND(North East)
 Structure    AABB
 Editor/Compiler    John Peacock
 Book/Manuscript title    Book:Favorite collection of tunes with variations adapted for the Northumberland small pipes violin or flute
 Tune and/or Page number    1/1
 Year of publication/Date of MS    1805
 Artist    
 Title of recording    
 Record label/Catalogue nr.    
 Year recorded    
 Media    
 Score   ()   



X: 1 % T: Frisky (1) M: 2/4 L: 1/16 K: Gmaj dBgd edcB| ABcd cBAG|dBgd edcB| AcBA G2G2:| AcBd dcBA|Adce edcA|dBgd edcB|AcBA G2G2:|