X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fsingle-staff-template-with-notes-and-chords.ly;h=0fa3b1f4ead979c77a91b8d5f7e40abacb331925;hb=f71ede90de06fdc16dad9ed75f38558efe819080;hp=78d011591ee61bbcb72833768c85ec62a3fffabf;hpb=70ff1f9ec002479b4b34e6e470c0e479d6060a57;p=lilypond.git diff --git a/Documentation/snippets/single-staff-template-with-notes-and-chords.ly b/Documentation/snippets/single-staff-template-with-notes-and-chords.ly index 78d011591e..0fa3b1f4ea 100644 --- a/Documentation/snippets/single-staff-template-with-notes-and-chords.ly +++ b/Documentation/snippets/single-staff-template-with-notes-and-chords.ly @@ -1,12 +1,15 @@ -%% Do not edit this file; it is automatically +%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. -\version "2.13.4" +\version "2.14.2" \header { - lsrtags = "chords, template" + lsrtags = "template, chords, really-simple" -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca +%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 texidoces = " ¿Quiere preparar una hoja guía de acordes (o «lead sheet») con melodía y acordes? ¡No busque más! @@ -16,12 +19,20 @@ melodía y acordes? ¡No busque más! doctitlees = "Plantilla de pentagrama único con música y acordes" -%% Translation of GIT committish: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae +%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 texidocja = " 旋律とコードを持つリード譜を欲しくはありませんか?他を見る必要はありません! " -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d +%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c + texidocit = " +Vuoi preparare uno spartito semplificato (lead sheet) con melodia e +accordi? La tua ricerca è finita! + +" + doctitleit = "Modello di rigo singolo con note e accordi" + +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Wollen Sie ein Liedblatt mit Melodie und Akkorden schreiben? Hier ist das richtige Beispiel für Sie! @@ -30,14 +41,13 @@ das richtige Beispiel für Sie! doctitlede = "Vorlage für eine Notenzeile mit Akkorden" -%% Translation of GIT committish: 9ba35398048fdf1ca8c83679c7c144b1fd48e75b +%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 texidocfr = " -Vous avez besoin de la partition d'une mélodie avec les accords ? -N'allez pas plus loin ! +Vous avez besoin de la partition d'une mélodie avec les accords@tie{}? +N'allez pas plus loin@tie{}! " - -doctitlefr = "Mélodie simple et accords" + doctitlefr = "Mélodie simple et accords" texidoc = " Want to prepare a lead sheet with a melody and chords? Look no further! @@ -47,11 +57,12 @@ 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 ~ a } @@ -68,7 +79,7 @@ harmonies = \chordmode { \harmonies } \new Staff \melody - >> + >> \layout{ } \midi { } }