Sandbox: Difference between revisions

Find traditional instrumental music
No edit summary
(Replaced content with "<ableaudioplaylist> <ul> <li>https://ttadev.org/w/images/3/3a/An_Spailpin_Fanach.mp3</li> </ul> </ableaudioplaylist>")
Tags: Replaced Manual revert
 
Line 1: Line 1:
<lilypond>
<ableaudioplaylist>
\version "2.12.2"
    <ul>
\layout {
        <li>https://ttadev.org/w/images/3/3a/An_Spailpin_Fanach.mp3</li>
ragged-right = ##f
    </ul>
indent = 7\cm
</ableaudioplaylist>
#(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>

Latest revision as of 18:10, 15 June 2024

<ableaudioplaylist>

</ableaudioplaylist>