]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/piano-template-simple.ly
Change stringTunings from list of semitones to list of pitches
[lilypond.git] / Documentation / snippets / piano-template-simple.ly
index 89fa28cf592be4f3b84a3d924769a107f1d4f1fb..258bc656307a1be261763593d38cb8002c9fd2a0 100644 (file)
@@ -1,25 +1,34 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.13.39"
 
 \header {
   lsrtags = "keyboards, template"
 
-%% Translation of GIT committish: d35687993883eb31442009fc50d5ae063108bfa7
+%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
   texidoces = "
 Presentamos a continuación una plantilla de piano sencilla con algunas
 notas.
 
 "
   doctitlees = "Plantilla de piano (sencilla)"
-  
-%% Translation of GIT committish: 17633f6b8681af86230aa84597fe7561e98c91d6
+
+
+%% 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"
+
   texidoc = "
 Here is a simple piano staff with some notes.
 
@@ -31,16 +40,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 {