]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/single-staff-template-with-only-notes.ly
67d5a7ca3b6ef99d326799416780cab0926f6c66
[lilypond.git] / input / lsr / single-staff-template-with-only-notes.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "template"
7
8 %% Translation of GIT committish: d35687993883eb31442009fc50d5ae063108bfa7
9   texidoces = "
10 Esta plantilla simple prepara un pentagrama con notas, adecuado para
11 un instrumento solista o un fragmento melódico. Córtelo y péguelo en
12 un archivo, escriba las notas y ¡ya está!
13
14 "
15   doctitlees = "Plantilla de un solo pentagrama, con notas únicamente"
16 %% Translation of GIT committish: 17633f6b8681af86230aa84597fe7561e98c91d6
17   
18   texidocde = "
19 Das erste Beispiel zeigt ein Notensystem mit Noten, passend für ein 
20 Soloinstrument oder ein Melodiefragment. Kopieren Sie es und fügen 
21 Sie es in Ihre Datei ein, schreiben Sie die Noten hinzu, und Sie haben 
22 eine vollständige Notationsdatei.
23 "
24
25 %% Translation of GIT committish: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae
26   texidocja = "
27 これは音符を持つ譜表を提供するとても簡単なテンプレートであり、ソロの楽器や旋律に適しています。@c
28 これをファイルにカット&ペーストして、音符を付け加えれば完了です!
29 "
30
31
32   texidoc = "
33 This very simple template gives you a staff with notes, suitable for a
34 solo instrument or a melodic fragment. Cut and paste this into a file,
35 add notes, and you're finished! 
36
37 "
38   doctitle = "Single staff template with only notes"
39 } % begin verbatim
40
41 melody = \relative c' {
42   \clef treble
43   \key c \major
44   \time 4/4
45   
46   a4 b c d
47 }
48
49 \score {
50   \new Staff \melody
51   \layout { }
52   \midi { }
53 }
54