]> git.donarmstrong.com Git - lilypond.git/blob - input/paddy.abc
* scm/output-texstr.scm (text): use \lilygetmetrics
[lilypond.git] / input / paddy.abc
1 \version "2.3.25"
2 \header {
3         composer = "Trad."
4         crossRefNumber = "1"
5         footnotes = ""
6         tagline = "Lily was here (unknown version) -- automatically converted from ABC"
7         title = "Paddy O'Rafferty"
8 }
9 voicedefault =  {
10 \set Score.defaultBarType = "empty"
11
12 %   This is NOT a lilypond input file. It is an ABC file, see
13  %   http://www.gre.ac.uk/~c.walshaw/abc/
14  %   
15  %   LilyPond includes import tools for Finale, Musedata, ABC, MIDI and PMX
16  \time 6/8   d''8    f''8    f''8    c''8    e''8    e''8  \bar "|"   d''8    
17 e''8    f''8    g''8    f''8    e''8  \bar "|"   d''8    f''8    f''8    c''8   
18  e''8    e''8  \bar "|"   d''8    f''8    e''8    d''8    b'8    a'8  \bar "|"  
19  d''8    f''8    f''8    c''8    e''8    e''8  \bar "|"   d''8    e''8    f''8  
20   g''8    f''8    e''8  \bar "|"   f''8    a''8    f''8    g''8    f''8    e''8 
21  \bar "|"   d''8    f''8    e''8    d''8    b'8    a'8  \bar ":|"   d''8    
22 f''8    e''8    d''8    c''8    b'8  \bar "||"     a'4. ^"~"    b'4.  \bar "|"  
23  g''8    f''8    e''8    f''8    d''8    b'8  \bar "|"   a'8    f'8    a'8    
24 b'4    c''8  \bar "|"   d''8    f''8    e''8    d''8    c''8    b'8  \bar "|"   
25 a'4. ^"~"    b'4. ^"~"  \bar "|"   e''8    f''8    e''8    e''8    f''8    g''8 
26  \bar "|"   f''8    a''8    f''8    g''8    f''8    e''8  \bar "|"   d''8    
27 f''8    e''8    d''8    c''8    b'8  \bar ":|"   d''8    f''8    e''8    d''8   
28  b'8    a'8  \bar "||"     f''8    a'8    a'8    e''8    a'8    a'8  \bar "|"   
29 d''8    e''8    f''8    g''8    f''8    e''8  \bar "|"   f''8    a'8    a'8    
30 e''8    a'8    a'8  \bar "|"   d''8    f''8    e''8    d''8    b'8    a'8  
31 \bar "|"   f''8    a'8    a'8    e''8    a'8    a'8  \bar "|"   d''8    e''8    
32 f''8    g''8    f''8    e''8  \bar "|"   f''8    a''8    f''8    g''8    f''8   
33  e''8  \bar "|"   d''8    f''8    e''8    d''8    b'8    a'8  \bar ":|"         
34   
35 }
36
37 \score{
38          <<
39
40         \context Staff="default"
41         {
42             \voicedefault 
43         }
44
45     >>
46         \layout {
47         }
48         \midi {}
49 }