X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fsingle-staff-template-with-only-notes.ly;h=67d5a7ca3b6ef99d326799416780cab0926f6c66;hb=1423508c355989fa26a8cfe5985b0d6e1ab0a538;hp=19a9f6d79fa8f4663cf723b306bb07861973144d;hpb=d8390f896c6982361ef2c267013f790753b3b3a0;p=lilypond.git diff --git a/input/lsr/single-staff-template-with-only-notes.ly b/input/lsr/single-staff-template-with-only-notes.ly index 19a9f6d79f..67d5a7ca3b 100644 --- a/input/lsr/single-staff-template-with-only-notes.ly +++ b/input/lsr/single-staff-template-with-only-notes.ly @@ -1,10 +1,34 @@ %% 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 = "template" +%% Translation of GIT committish: d35687993883eb31442009fc50d5ae063108bfa7 + 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: 17633f6b8681af86230aa84597fe7561e98c91d6 + + 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. +" + +%% Translation of GIT committish: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae + texidocja = " +これは音符を持つ譜表を提供するとても簡単なテンプレートであり、ソロの楽器や旋律に適しています。@c +これをファイルにカット&ペーストして、音符を付け加えれば完了です! +" + + texidoc = " This very simple template gives you a staff with notes, suitable for a solo instrument or a melodic fragment. Cut and paste this into a file, @@ -13,17 +37,18 @@ add notes, and you're finished! " doctitle = "Single staff template with only notes" } % begin verbatim + melody = \relative c' { - \clef treble - \key c \major - \time 4/4 - - a4 b c d - } - - \score { - \new Staff \melody - \layout { } - \midi {} - } + \clef treble + \key c \major + \time 4/4 + + a4 b c d +} + +\score { + \new Staff \melody + \layout { } + \midi { } +}