X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fsingle-staff-template-with-notes-and-chords.ly;h=076191ee5f345c7dc1d5d447a43ce89378e2f69b;hb=8afeb58bbf76f23d21565f98bfdeb5526a196cf3;hp=495ac44c4b38cbe97f5f5ad48198deda59ff7473;hpb=0cd61a3be7ca856b584973217944eea1b9cbedac;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 495ac44c4b..076191ee5f 100644 --- a/input/lsr/single-staff-template-with-notes-and-chords.ly +++ b/input/lsr/single-staff-template-with-notes-and-chords.ly @@ -1,10 +1,23 @@ %% 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.12.0" \header { lsrtags = "chords, template" + texidoces = " +¿Quiere preparar una hoja guía de acordes (o «lead sheet») con +melodía y acordes? ¡No busque más! + +" + +doctitlees = "Plantilla de pentagrama único con música y acordes" + + texidocde = " +Wollen Sie ein Liedblatt mit Melodie und Akkorden schreiben? Hier ist +das richtige Beispiel für Sie! +" + texidoc = " Want to prepare a lead sheet with a melody and chords? Look no further! @@ -12,29 +25,29 @@ Want to prepare a lead sheet with a melody and chords? Look no further! " 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 { } +}