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"
\include "italiano.ly"
\header {
\layout {
book = "Peacocks' Tunes"
ragged-right = ##f
crossRefNumber = "1"
indent = 7\cm
footnotes = ""
#(layout-set-staff-size 16)
tagline = "Lily was here 2.12.2 -- automatically converted from ABC"
\context {
title = "Frisky"
        \Score
}
      \consists "Horizontal_bracket_engraver"    
voicedefault =  {
        \remove "Bar_number_engraver"
\set Score.defaultBarType = "empty"
      }
 
    }
\repeat volta 2 {
Incipit ={
\key g \major   d''16    b'16    g''16    d''16    e''16    d''16    c''16    b'16  \bar "|" 
  \key sol \major
a'16    b'16    c''16    d''16    c''16    b'16    a'16    g'16  \bar "|" 
    \time 2/4
d''16    b'16    g''16    d''16    e''16    d''16    c''16    b'16  \bar "|" 
      %\override Staff.TimeSignature #'stencil = ##f
a'16    c''16    b'16    a'16    g'8    g'8  }\break   
      \override Staff.InstrumentName #'self-alignment-X = #LEFT
a'16    c''16    b'16    d''16    d''16    c''16    b'16    a'16  \bar "|" 
      \set Staff.instrumentName = \markup {\column  {
a'16    d''16    c''16    e''16    e''16    d''16    c''16    a'16  \bar "|"  
  "G.5624 5621 - Reel, Key of G, 2/4, Ionian."
d''16    a'16    g''16    d''16    e''16    d''16    c''16    a'16  \bar "|"  
  \small{"(G.51H64.2442 with double note values)"}     
a'16    c''16    b'16    a'16    g'8    g'8  }\break 
      }
    }




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


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

Revision as of 10:43, 2 February 2010

<lilybook> \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 }\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 }

   >>

}

</lilybook>