X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpiano-template-simple.ly;h=b2728932e448485ebd93e1b3f6c6b01530a16359;hb=66944d2d921889a3c45ef0db23171a9f48a46825;hp=63efb932f05647218b8f6f84d008d48ea2de7299;hpb=70ff1f9ec002479b4b34e6e470c0e479d6060a57;p=lilypond.git diff --git a/Documentation/snippets/piano-template-simple.ly b/Documentation/snippets/piano-template-simple.ly index 63efb932f0..b2728932e4 100644 --- a/Documentation/snippets/piano-template-simple.ly +++ b/Documentation/snippets/piano-template-simple.ly @@ -1,33 +1,13 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.di.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.4" +\version "2.18.0" \header { - lsrtags = "keyboards, template" - -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca - texidoces = " -Presentamos a continuación una plantilla de piano sencilla con algunas -notas. - -" - doctitlees = "Plantilla de piano (sencilla)" - - -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d - texidocde = " -Hier ein einfaches Klaviersystem. - -" - doctitlede = "Vorlage für einfache Klaviernotation" - -%% Translation of GIT committish: 9ba35398048fdf1ca8c83679c7c144b1fd48e75b - texidocfr = " -Voici une simple partition pour piano avec quelques notes. - -" - doctitlefr = "Piano -- cannevas simple" + lsrtags = "keyboards, really-simple, template" texidoc = " Here is a simple piano staff with some notes. @@ -40,16 +20,16 @@ upper = \relative c'' { \clef treble \key c \major \time 4/4 - - a4 b c d + + a4 b c d } lower = \relative c { \clef bass \key c \major \time 4/4 - - a2 c + + a2 c } \score { @@ -61,4 +41,3 @@ lower = \relative c { \layout { } \midi { } } -