X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fsingle-staff-template-with-notes-and-chords.ly;h=039c2e540b5dcd9bde5005d7eba6069905bb7fff;hb=edf17353d89f4f6bd831466262402bb9151a26ca;hp=b80b8ea30e33f30ed2ae4eac5b5e6542f3e58013;hpb=fde2e58d53e937105be9ce3b0bfaced28062822e;p=lilypond.git diff --git a/input/lsr/single-staff-template-with-notes-and-chords.ly b/input/lsr/single-staff-template-with-notes-and-chords.ly index b80b8ea30e..039c2e540b 100644 --- a/input/lsr/single-staff-template-with-notes-and-chords.ly +++ b/input/lsr/single-staff-template-with-notes-and-chords.ly @@ -1,37 +1,39 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.38" +\version "2.11.51" \header { lsrtags = "chords, template" - texidoc = " + + texidoc = " Want to prepare a lead sheet with a melody and chords? Look no further! -" } -% begin verbatim + +" + doctitle = "Single staff template with notes and chords" +} % begin verbatim melody = \relative c' { - \clef treble - \key c \major - \time 4/4 - - f4 e8[ c] d4 g | - a2 ~ a2 | - } - - harmonies = \chordmode { - c4:m f:min7 g:maj c:aug d2:dim b:sus - } - - \score { - << - \new ChordNames { - \set chordChanges = ##t - \harmonies - } - \new Staff \melody - >> - - \layout{ } - \midi { } - } + \clef treble + \key c \major + \time 4/4 + + f4 e8[ c] d4 g + a2 ~ a +} + +harmonies = \chordmode { + c4:m f:min7 g:maj c:aug + d2:dim b:sus +} +\score { + << + \new ChordNames { + \set chordChanges = ##t + \harmonies + } + \new Staff \melody + >> + \layout{ } + \midi { } +}