X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fsingle-staff-template-with-only-notes.ly;h=4bdbd0de3f291339f51fcde924657fe02e43f697;hb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;hp=19a9f6d79fa8f4663cf723b306bb07861973144d;hpb=6928c1207b7df4516e58d38724e6a3985cd1c3f6;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..4bdbd0de3f 100644 --- a/input/lsr/single-staff-template-with-only-notes.ly +++ b/input/lsr/single-staff-template-with-only-notes.ly @@ -1,10 +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 = "template" + 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" + + 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. +" + 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 +28,17 @@ 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 { } +}