Sandbox: Difference between revisions

Find traditional instrumental music
No edit summary
No edit summary
Line 1: Line 1:
<lilybook>
<lilybook>
\version "2.12.2"
\version "2.12.2"
\header {
\include "italiano.ly"
book = "Peacocks' Tunes"
\layout {
crossRefNumber = "1"
ragged-right = ##f
footnotes = ""
indent = 7\cm
tagline = "Lily was here 2.12.2 -- automatically converted from ABC"
#(layout-set-staff-size 16)
title = "Frisky"
\context {
}
        \Score
voicedefault =  {
      \consists "Horizontal_bracket_engraver"    
\set Score.defaultBarType = "empty"
        \remove "Bar_number_engraver"
      }
    }
Incipit ={
  \key sol \major
    \time 2/4
      %\override Staff.TimeSignature #'stencil = ##f
      \override Staff.InstrumentName #'self-alignment-X = #LEFT
      \set Staff.instrumentName = \markup {\column {
  "G.5624 5621 - Reel, Key of G, 2/4, Ionian."
  \small{"(G.51H64.2442 with double note values)"}     
      }
    }


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


     
      \relative do'' {
      \stemDown re16^\markup{ 1. Frisky} si sol' re mi re do si| 
      la si do re  do si la sol\bar""
     
      }
}


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

Revision as of 10:33, 2 February 2010

<lilybook> \version "2.12.2" \include "italiano.ly" \layout { ragged-right = ##f indent = 7\cm #(layout-set-staff-size 16) \context {

        \Score
      	 \consists "Horizontal_bracket_engraver"      
        \remove "Bar_number_engraver"
      }
    }

Incipit ={ \key sol \major

  	   \time 2/4
   	   %\override Staff.TimeSignature #'stencil = ##f
   	   \override Staff.InstrumentName #'self-alignment-X = #LEFT
   	   \set Staff.instrumentName = \markup {\column  {

"G.5624 5621 - Reel, Key of G, 2/4, Ionian." \small{"(G.51H64.2442 with double note values)"}

   	   }
   	 }


   	   \relative do { 	
   	   	\stemDown re16^\markup{ 1. Frisky} si sol' re mi re do si|  
      		la si do re  do si la sol\bar""
      		
      	}

}

\score { \new Score \with { \override NonMusicalPaperColumn #'page-break-permission = ##f } { \new Staff \Incipit } \layout { }

    }

</lilybook>