X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpiano-template-simple.ly;h=8a921fcc976d7e03c70d2a46091feed6c279472a;hb=149f0cddc0bad45dd8c1822195b0352fdc6912b5;hp=ef528078db0ad2f24243d97a1b45ea07abe536d6;hpb=790da92c9cd1d58b39843ace365ed81c81fa3ec4;p=lilypond.git diff --git a/Documentation/snippets/piano-template-simple.ly b/Documentation/snippets/piano-template-simple.ly index ef528078db..8a921fcc97 100644 --- a/Documentation/snippets/piano-template-simple.ly +++ b/Documentation/snippets/piano-template-simple.ly @@ -1,46 +1,14 @@ -%% 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.14.0" +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.19.56 +\version "2.19.56" \header { -%% Translation of GIT committish: 4077120c18ac1dc490501b3d7d5886bc93e61a42 - texidocit = " -Ecco un semplice pentagramma per pianoforte con un po' di note. - -" - doctitleit = "Modello per pianoforte (semplice)" - - lsrtags = "keyboards, template" - - - - -%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c - texidoces = " -Presentamos a continuación una plantilla de piano sencilla con algunas -notas. - -" - doctitlees = "Plantilla de piano (sencilla)" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Hier ein einfaches Klaviersystem. - -" - doctitlede = "Vorlage für einfache Klaviernotation" - -%% Translation of GIT committish: ceb0afe7d4d0bdb3d17b9d0bff7936bb2a424d16 - 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. @@ -55,7 +23,8 @@ upper = \relative c'' { \time 4/4 a4 b c d -} +} % begin verbatim + lower = \relative c { \clef bass @@ -66,12 +35,11 @@ lower = \relative c { } \score { - \new PianoStaff << - \set PianoStaff.instrumentName = #"Piano " + \new PianoStaff \with { instrumentName = #"Piano" } + << \new Staff = "upper" \upper \new Staff = "lower" \lower >> \layout { } \midi { } } -