X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fsingle-staff-template-with-notes-and-lyrics.ly;h=2251a94a47b7889636d245971f6e4304f936d214;hb=1423508c355989fa26a8cfe5985b0d6e1ab0a538;hp=68b6a84c949cde627822c328a9648e262113f01e;hpb=5fa1f3dc1ecce794456874b3ebb18e9fd072709c;p=lilypond.git diff --git a/input/lsr/single-staff-template-with-notes-and-lyrics.ly b/input/lsr/single-staff-template-with-notes-and-lyrics.ly index 68b6a84c94..2251a94a47 100644 --- a/input/lsr/single-staff-template-with-notes-and-lyrics.ly +++ b/input/lsr/single-staff-template-with-notes-and-lyrics.ly @@ -1,41 +1,72 @@ %% 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.13.1" \header { lsrtags = "vocal-music, template" +%% Translation of GIT committish: d35687993883eb31442009fc50d5ae063108bfa7 + texidoces = " +Esta pequeña plantilla muestra una melodía sencilla con letra. Córtela +y péguela, escriba las notas y luego la letra. Este ejemplo desactiva +el barrado automático, que es lo más frecuente en las partes vocales +antiguas. Para usar el barrado automático modifique o marque como un +comentario la línea correspondiente. + +" + doctitlees = "Plantilla de pentagrama único don notas y letra" +%% Translation of GIT committish: 17633f6b8681af86230aa84597fe7561e98c91d6 + + texidocde = " +Das nächste Beispiel zeigt eine einfache Melodie mit Text. Kopieren +Sie es in Ihre Datei, fügen Sie Noten und Text hinzu und übersetzen +Sie es mit LilyPond. In dem Beispiel wird die automatische +Balkenverbindung ausgeschaltet (mit dem Befehl @code{\autoBeamOff}), +wie es für Vokalmusik üblich ist. +Wenn Sie die Balken wieder einschalten wollen, müssen Sie die +entsprechende Zeile entweder ändern oder auskommentieren. +" + +%% Translation of GIT committish: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae + texidocja = " +この小さなテンプレートは歌詞を持つ簡単な旋律を表しています。カット&ペーストして、音符@c +を付け加えて、それから歌詞の単語を付け加えてください。この例は自動ビームを off にして@c +います。これはボーカル パートでは一般的なことです。自動ビームを使用するには、対応する@c +行を変更するか、コメント アウトしてください。 +" + + texidoc = " This small template demonstrates a simple melody with lyrics. Cut and paste, add notes, then words for the lyrics. This example turns off -automatic beaming, which is common for vocal parts. If you want to use -automatic beaming, you'll have to change or comment out the relevant -line. +automatic beaming, which is common for vocal parts. To use automatic +beaming, change or comment out the relevant line. " doctitle = "Single staff template with notes and lyrics" } % begin verbatim + melody = \relative c' { - \clef treble - \key c \major - \time 4/4 - - a4 b c d - } - - text = \lyricmode { - Aaa Bee Cee Dee - } - - \score{ - << - \new Voice = "one" { - \autoBeamOff - \melody - } - \new Lyrics \lyricsto "one" \text - >> - \layout { } - \midi { } - } + \clef treble + \key c \major + \time 4/4 + + a4 b c d +} + +text = \lyricmode { + Aaa Bee Cee Dee +} + +\score{ + << + \new Voice = "one" { + \autoBeamOff + \melody + } + \new Lyrics \lyricsto "one" \text + >> + \layout { } + \midi { } +}