Posted to lilypond by Bradipo at Thu Apr 18 14:52:07 GMT 2024view raw

  1. \version "2.22.2"
  2.  
  3. <<
  4. \new Voice = "melody" {
  5. \relative c' {
  6. \once \hide Tie
  7. e1~ \startTrillSpan
  8. e \stopTrillSpan
  9. }
  10. }
  11. \new Lyrics \lyricsto "melody" {
  12. ah __
  13. }
  14. >>
  15.