X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fpiano-template-with-melody-and-lyrics.ly;h=03e1c6e0665398dff4675eca3ff9dbd7b168d754;hb=3590aec4a7475d8840383e9c8ab285f92fb808b8;hp=33fab5110d721255fbd70cf242469774d2bb8404;hpb=6928c1207b7df4516e58d38724e6a3985cd1c3f6;p=lilypond.git diff --git a/input/lsr/piano-template-with-melody-and-lyrics.ly b/input/lsr/piano-template-with-melody-and-lyrics.ly index 33fab5110d..03e1c6e066 100644 --- a/input/lsr/piano-template-with-melody-and-lyrics.ly +++ b/input/lsr/piano-template-with-melody-and-lyrics.ly @@ -1,9 +1,25 @@ %% 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 = "vocal-music, piano-music, template" + lsrtags = "vocal-music, keyboards, template" + + 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. + +" + doctitlees = "Plantilla de piano con melodía y letra" + + texidocde = " +Das nächste Beispiel ist typisch für ein Lied: Im oberen System die +Melodie mit Text, darunter Klavierbegleitung. +" + + texidocja = " +これは一般的な歌曲のフォーマットです: 旋律と歌詞を持つ譜表と、その下にピアノ伴奏譜があります。 +" texidoc = " Here is a typical song format: one staff with the melody and lyrics, @@ -12,13 +28,13 @@ with piano accompaniment underneath. " doctitle = "Piano template with melody and lyrics" } % begin verbatim + melody = \relative c'' { \clef treble \key c \major \time 4/4 - a b c d - + a b c d } text = \lyricmode { @@ -30,8 +46,7 @@ upper = \relative c'' { \key c \major \time 4/4 - a b c d - + a4 b c d } lower = \relative c { @@ -39,15 +54,13 @@ lower = \relative c { \key c \major \time 4/4 - a2 c - + a2 c } \score { << \new Voice = "mel" { \autoBeamOff \melody } - \new Lyrics \lyricsto mel \text - + \new Lyrics \lyricsto mel \text \new PianoStaff << \new Staff = "upper" \upper \new Staff = "lower" \lower