Sandbox

Find traditional instrumental music
Revision as of 19:53, 1 February 2010 by WikiSysop (talk | contribs)

<lilypond> \version "2.12.2" \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 c { 	
   	   	\stemDown d16^\markup{ 1. Frisky} b g' d e d c b|  
      		a b c d  c b a g\bar""
      		
      	}

}

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

    }

</lilypond>