X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fsingle-staff-template-with-only-notes.ly;h=40bbd12cb0d54f6844fa808581ced930695530cf;hb=85d4958c021936c64b6ef9d514a6a2b0d269cc58;hp=62f96decf195868a9e5d927b3e8097673a57106f;hpb=a6ec33aa09b9f93eb5792d72abf5ee0efbcfba26;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 62f96decf1..40bbd12cb0 100644 --- a/Documentation/snippets/single-staff-template-with-only-notes.ly +++ b/Documentation/snippets/single-staff-template-with-only-notes.ly @@ -1,45 +1,13 @@ -%% 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.10" +\version "2.16.0" \header { - lsrtags = "template" - -%% Translation of GIT committish: 45fc8488655f9ea122d1ec6e3328892618bd6971 - 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: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae - texidocja = " -これは音符を持つ譜表を提供するとても簡単なテンプレートであり、ソロの楽器や旋律に適しています。@c -これをファイルにカット&ペーストして、音符を付け加えれば完了です! -" - -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d - 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: 892286cbfdbe89420b8181975032ea975e79d2f5 - 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 @@ -50,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 @@ -63,4 +32,3 @@ melody = \relative c' { \layout { } \midi { } } -