X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Fsingle-staff-template-with-only-notes.ly;h=40bbd12cb0d54f6844fa808581ced930695530cf;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=3eed5a65769b649fbebb8f971559275d2614b8cf;hpb=f93e4199873c91ae32f0e84a610d14853dc379df;p=lilypond.git diff --git a/Documentation/snippets/single-staff-template-with-only-notes.ly b/Documentation/snippets/single-staff-template-with-only-notes.ly index 3eed5a6576..40bbd12cb0 100644 --- a/Documentation/snippets/single-staff-template-with-only-notes.ly +++ b/Documentation/snippets/single-staff-template-with-only-notes.ly @@ -4,57 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.16.0" \header { - lsrtags = "template" - -%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c - texidoces = " -Esta plantilla simple prepara un pentagrama con notas, adecuado para -un instrumento solista o un fragmento melódico. Córtelo y péguelo en -un archivo, escriba las notas y ¡ya está! - -" - doctitlees = "Plantilla de un solo pentagrama con notas únicamente" - - -%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 - texidocja = " -これは音符を持つ譜表を提供するとても簡単なテンプレートであり、ソロの楽器や旋律に適しています。@c -これをファイルにカット&ペーストして、音符を付け加えれば完了です! -" - - -%% Translation of GIT committish: 514674cb00c18629242dfcde0c1a4976758adc56 - texidocit = " -Questo modello molto semplice mette a disposizione un rigo con delle note ed è -quindi adatto per uno strumento non accompagnato o per un frammento -melodico. Copialo e incollalo in un file, aggiungi le note e hai finito! - -" - doctitleit = "Modello di rigo singolo con solo note" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Das erste Beispiel zeigt ein Notensystem mit Noten, passend für ein -Soloinstrument oder ein Melodiefragment. Kopieren Sie es und fügen -Sie es in Ihre Datei ein, schreiben Sie die Noten hinzu, und Sie haben -eine vollständige Notationsdatei. -" - - doctitlede = "Vorlage für ein Notensystem" - - -%% Translation of GIT committish: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a - texidocfr = " -Cet exemple simpliste se compose d'une portée agrémentée de quelques -notes. Il convient tout à fait pour un instrument seul ou un -fragment mélodique. Recopiez-le dans un nouveau fichier, ajoutez-y -d'autres notes et c'est pret ! - -" - doctitlefr = "Portée unique avec quelques notes" + lsrtags = "really-simple, template" texidoc = " This very simple template gives you a staff with notes, suitable for a @@ -65,6 +18,7 @@ add notes, and you're finished! doctitle = "Single staff template with only notes" } % begin verbatim + melody = \relative c' { \clef treble \key c \major @@ -78,4 +32,3 @@ melody = \relative c' { \layout { } \midi { } } -