MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / newaddlyrics.ly
blob89371b2a307bfcdf8c9b3fc8e2754950f3943d1d
1 \header {
3 texidoc = "newlyrics, multiple stanzas, multiple lyric voices."
6 \layout { ragged-right = ##t }
7 <<
8 \new Staff \relative c'' {
9 d2 d c4 bes a2 \break
11 \addlyrics {
12 My first Li -- ly song,
14 \addlyrics {
15 Not much can go wrong!
17 \new Staff \relative c' {
18 \clef bass
19 d2 d c4 bes a2 \break
21 \addlyrics {
22 MY FIRST LI -- LY SONG,
24 \addlyrics {
25 NOT MUCH CAN GO WRONG!
29 \version "2.12.0"