diff options
author | John Mandereau <john.mandereau@gmail.com> | 2012-07-17 18:18:47 +0200 |
---|---|---|
committer | John Mandereau <john.mandereau@gmail.com> | 2012-07-17 18:18:47 +0200 |
commit | f22c889b1389cb7d761580762fe77973780f2f86 (patch) | |
tree | d325b60ea9e43c4094814635d61ab92bc2f68046 /Documentation/snippets/adding-extra-fingering-with-scheme.ly | |
parent | 2d52187d5492ce7492c78fc8f1dca4aa7b702ba0 (diff) |
Update snippets from today's LSR with changed makelsr.py
Diffstat (limited to 'Documentation/snippets/adding-extra-fingering-with-scheme.ly')
-rw-r--r-- | Documentation/snippets/adding-extra-fingering-with-scheme.ly | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Documentation/snippets/adding-extra-fingering-with-scheme.ly b/Documentation/snippets/adding-extra-fingering-with-scheme.ly index 5fda87ea14..00d00492c7 100644 --- a/Documentation/snippets/adding-extra-fingering-with-scheme.ly +++ b/Documentation/snippets/adding-extra-fingering-with-scheme.ly @@ -9,19 +9,6 @@ \header { lsrtags = "scheme-language" -%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002 - texidocfr = " -Il est possible, à l'aide de la fonction @code{make-music}, d'ajouter -divers éléments à des notes. Voici comment attacher un doigté -supplémentaire à une note. - -En règle générale, réaliser préalablement un @code{display} (affichage) -de la musique que vous souhaitez créer vous aidera à écrire la fonction -chargée de structurer votre musique. - -" - doctitlefr = "Ajout d'un doigté supplémentaire avec scheme" - texidoc = " You can add various stuff to notes using @code{make-music}. In this example, an extra fingering is attached to a note. |