X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fsimple-song.ly;h=b749bb74cbc9bf3568de23da6a3165d646979779;hb=ce917cb7c24ce8f27dc7d816322d5fa3262b7975;hp=d68971a6de73b1372f2eb52b5ba6a442cc2eaf6a;hpb=2be67678488b5829a52acdf36ab4278477375b6d;p=lilypond.git diff --git a/input/simple-song.ly b/input/simple-song.ly index d68971a6de..b749bb74cb 100644 --- a/input/simple-song.ly +++ b/input/simple-song.ly @@ -1,19 +1,17 @@ + %% A simple song in LilyPond << - \relative { - \clef bass - d,2 d c4 bes a2 \break - c2 c d4 f g2 - } - \newlyrics { - My first Li -- ly song, - Not much can go wrong! - } + \relative { + \clef bass + d,2 d c4 bes a2 \break + c2 c d4 f g2 + } + \addlyrics { + My first Li -- ly song, + Not much can go wrong! + } >> %% Optional helper for automatic updating by convert-ly. May be omitted. -\version "2.3.4" +\version "2.10.0" -%% Optional helper for quick click and edit mode. May be omitted -#(ly:set-point-and-click 'line-column) -