X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpiano-template-with-melody-and-lyrics.ly;h=0d01fdcbb793aface9f2526535cf8236c6daae86;hb=8acad65978d6a5efc174b07d61147028a0c1d3a6;hp=12de305fa7bab67567ecdae037d24f3c7af98443;hpb=0f55a6bfb648fb279a4e7d75febe7fa01736bafb;p=lilypond.git diff --git a/Documentation/snippets/piano-template-with-melody-and-lyrics.ly b/Documentation/snippets/piano-template-with-melody-and-lyrics.ly index 12de305fa7..0d01fdcbb7 100644 --- a/Documentation/snippets/piano-template-with-melody-and-lyrics.ly +++ b/Documentation/snippets/piano-template-with-melody-and-lyrics.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.16" +\version "2.14.2" \header { - lsrtags = "vocal-music, keyboards, template" + lsrtags = "template, vocal-music, keyboards, really-simple" -%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " He aquí el típico formato dde una canción: un pentagrama con la melodía y la letra, y el acompañamiento de piano por debajo. @@ -14,10 +17,20 @@ melodía y la letra, y el acompañamiento de piano por debajo. " doctitlees = "Plantilla de piano con melodía y letra" + %% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 texidocja = " これは一般的な歌曲のフォーマットです: 旋律と歌詞を持つ譜表と、その下にピアノ伴奏譜があります。 " + +%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c + texidocit = " +Ecco un tipico formato per canzoni: un rigo con linea melodica e testo, +e sotto l'accompagnamento per pianoforte. + +" + doctitleit = "Modello per pianoforte con melodia e testo" + %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Das nächste Beispiel ist typisch für ein Lied: Im oberen System die @@ -26,6 +39,7 @@ Melodie mit Text, darunter Klavierbegleitung. doctitlede = "Vorlage für Klavier und Gesangsstimme" + %% Translation of GIT committish: ceb0afe7d4d0bdb3d17b9d0bff7936bb2a424d16 texidocfr = " Il s'agit du format classique pour le chant : une portée pour la mélodie @@ -42,6 +56,7 @@ with piano accompaniment underneath. doctitle = "Piano template with melody and lyrics" } % begin verbatim + melody = \relative c'' { \clef treble \key c \major @@ -80,7 +95,7 @@ lower = \relative c { >> >> \layout { - \context { \RemoveEmptyStaffContext } + \context { \Staff \RemoveEmptyStaves } } \midi { } }