Template:Abctags: Difference between revisions

Find traditional instrumental music
No edit summary
No edit summary
Line 1: Line 1:
<abc>  
<lilybook>
% This is a minimal ABC template.
\version "2.12.2"
% Write or paste your ABC tune between the tags
\header {
X:1
%book = "Peacocks' Tunes"
T: Title of the tune
        composer =  \markup  { \teeny {Indexed by:} \small {The Fiddler's Companion} }
C: Composer
%crossRefNumber = "1"
K: G
%footnotes = ""
</abc>
tagline = ##f
}
voicedefault =  {
\repeat volta 2 {
\key g \major
\time 2/4
\override Staff.TimeSignature #'stencil = ##f
d''16^\markup{1.Frisky}    b'16    g''16    d''16    e''16    d''16    c''16    b'16  \bar "|" 
a'16    b'16    c''16    d''16    c''16    b'16    a'16    g'16  \bar "|" 
d''16    b'16    g''16    d''16    e''16    d''16    c''16    b'16  \bar "|" 
a'16    c''16    b'16    a'16    g'8    g'8\break  }   
a'16    c''16    b'16    d''16    d''16    c''16    b'16    a'16  \bar "|" 
a'16    d''16    c''16    e''16    e''16    d''16    c''16    a'16  \bar "|" 
d''16    a'16    g''16    d''16    e''16    d''16    c''16    a'16  \bar "|" 
a'16    c''16    b'16    a'16    g'8    g'8\break  } 
 
 
\score{
    <<
\context Staff="default"
{
    \voicedefault                       
}
        >>
        \layout
        {
        \context
          {
          \Score
          \remove "Bar_number_engraver"
          }
        }
}
</lilybook>
 
<br>
<br>
<br>
----
<p><font face="garamond, serif" size="4">
© 1996-2009  Andrew Kuntz. All Rights Reserved.
<br>
Engraved abc/abc2ly/Lilypond 2.12.2 by Valerio M. Pelliccioni
</font></p>
 
<br>
<br>
 
[[{{TALKPAGENAME}}|Descriptive information]]

Revision as of 17:17, 2 February 2010

<lilybook> \version "2.12.2" \header { %book = "Peacocks' Tunes"

       composer =  \markup  { \teeny {Indexed by:} \small {The Fiddler's Companion} }

%crossRefNumber = "1" %footnotes = "" tagline = ##f } voicedefault = { \repeat volta 2 { \key g \major \time 2/4 \override Staff.TimeSignature #'stencil = ##f 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 }

       >>
       \layout
       {
        \context 
         {
          \Score
          \remove "Bar_number_engraver"
         }
       }

} </lilybook>





© 1996-2009 Andrew Kuntz. All Rights Reserved.
Engraved abc/abc2ly/Lilypond 2.12.2 by Valerio M. Pelliccioni



Descriptive information