Sandbox: Difference between revisions

Find traditional instrumental music
No edit summary
No edit summary
Line 1: Line 1:
<lilypond>
<lilypond>
\version "2.12.2"
\version "2.12.2"
\header {
book = "Peacocks' Tunes"
crossRefNumber = "1"
footnotes = ""
tagline = "Lily was here 2.12.2 -- automatically converted from ABC"
title = "Frisky"
}
voicedefault =  {
\set Score.defaultBarType = "empty"


Incipit ={
\repeat volta 2 {
  \key sol \major
\key g \major   d''16    b'16    g''16    d''16    e''16    d''16    c''16   
    \time 2/4
b'16  \bar "|"  a'16    b'16    c''16    d''16    c''16    b'16    a'16   
      %\override Staff.TimeSignature #'stencil = ##f
g'16  \bar "|"  d''16    b'16    g''16    d''16    e''16    d''16    c''16   
      \override Staff.InstrumentName #'self-alignment-X = #LEFT
b'16  \bar "|"  a'16    c''16    b'16    a'16    g'8    g'8  }    a'16   
      \set Staff.instrumentName = \markup {\column  {
c''16    b'16    d''16    d''16    c''16    b'16    a'16  \bar "|"  a'16   
  "G.5624 5621 - Reel, Key of G, 2/4, Ionian."
d''16    c''16    e''16    e''16    d''16    c''16    a'16  \bar "|"   d''16   
  \small{"(G.51H64.2442 with double note values)"}     
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  }  
    }




     
\score{
      \relative c'' {
    <<
      \stemDown d16^\markup{ 1. Frisky} b g' d e d c b| 
      a b c d  c b a g\bar""
     
      }
}


\score {
\context Staff="default"
\new Score \with {
{
\override NonMusicalPaperColumn #'page-break-permission = ##f
    \voicedefault
}
}
{
 
\new Staff \Incipit
    >>
\layout {
}
}
\layout {
\midi {}
}
}
    }
</lilypond>
</lilypond>

Revision as of 10:18, 2 February 2010

<lilypond> \version "2.12.2" \header { book = "Peacocks' Tunes" crossRefNumber = "1" footnotes = "" tagline = "Lily was here 2.12.2 -- automatically converted from ABC" title = "Frisky" } voicedefault = { \set Score.defaultBarType = "empty"

\repeat volta 2 { \key g \major d16 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 } 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 }


\score{

   <<

\context Staff="default" { \voicedefault }

   >>

\layout { } \midi {} } </lilypond>