X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpiano-template-with-melody-and-lyrics.ly;h=629b32ff8d9d60aad8833e0a6874bfbde8da7d94;hb=ca3b8c69a4a3d6bf69fcf7e36b32e0175bb7ff18;hp=3a345a6ab6ebd59d9ecb382677fc2fa3ea56eeeb;hpb=e3b81fb69c751fd4610cca1457652d0c612516e6;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 3a345a6ab6..629b32ff8d 100644 --- a/Documentation/snippets/piano-template-with-melody-and-lyrics.ly +++ b/Documentation/snippets/piano-template-with-melody-and-lyrics.ly @@ -1,12 +1,12 @@ %% Do not edit this file; it is automatically %% generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.13.10" +\version "2.13.29" \header { lsrtags = "vocal-music, keyboards, template" -%% Translation of GIT committish: 45fc8488655f9ea122d1ec6e3328892618bd6971 +%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b 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,11 +14,11 @@ 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: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae +%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 texidocja = " これは一般的な歌曲のフォーマットです: 旋律と歌詞を持つ譜表と、その下にピアノ伴奏譜があります。 " -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Das nächste Beispiel ist typisch für ein Lied: Im oberen System die Melodie mit Text, darunter Klavierbegleitung. @@ -26,7 +26,7 @@ Melodie mit Text, darunter Klavierbegleitung. doctitlede = "Vorlage für Klavier und Gesangsstimme" -%% Translation of GIT committish: 9ba35398048fdf1ca8c83679c7c144b1fd48e75b +%% Translation of GIT committish: ceb0afe7d4d0bdb3d17b9d0bff7936bb2a424d16 texidocfr = " Il s'agit du format classique pour le chant : une portée pour la mélodie et les paroles au-dessus de l'accompagnement au piano. @@ -80,7 +80,7 @@ lower = \relative c { >> >> \layout { - \context { \RemoveEmptyStaffContext } + \context { \Staff \RemoveEmptyStaves } } \midi { } }