X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fancient-notation-template----modern-transcription-of-gregorian-music.ly;h=92c409229169f066c66d2a7189d5048a8574eb0f;hb=e1ce25d2f8182442eec316e33b085922c6a9dcae;hp=d350b6907f817c30e554fcc527c8de0285e9fd76;hpb=9b279fe458c4dd2ed9550670ea521e29bad57cd0;p=lilypond.git diff --git a/Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly b/Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly index d350b6907f..92c4092291 100644 --- a/Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly +++ b/Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly @@ -1,56 +1,15 @@ -%% 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.17.20 +\version "2.17.30" \header { lsrtags = "vocal-music, ancient-notation, template" -%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c - texidoces = " -Este ejemplo muestra cómo hacer una transcripción moderna de canto -gregoriano. El canto gregoriano no tiene compás ni plicas; utiliza -solamente cabezas de nota de blanca y de negra, y unas marcas -especiales que indican silencios de distintas longitudes. - -" - - doctitlees = "Plantilla para notación de música antigua (transcripción moderna de canto gregoriano)" - -%% Translation of GIT committish: 514674cb00c18629242dfcde0c1a4976758adc56 - texidocit = " -Questo esempio mostra come realizzare una trascrizione moderna di musica -gregoriana. La musica gregoriana non presenta suddivisione in misure né gambi; -utilizza soltanto le teste della minima e della semiminima, e dei segni -appositi che indicano pause di diversa lunghezza. - -" - doctitleit = "Modello per notazione antica -- trascrizione moderna di musica gregoriana" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - - texidocde = " -Dieses Beispiel zeigt eine moderne Transkription des Gregorianischen -Chorals. Hier gibt es keine Takte, keine Notenhälse und es werden nur -halbe und Viertelnoten verwendet. Zusätzliche Zeichen zeigen die -Länge von Pausen an. -" - - doctitlede = "Vorlage für Alte Notation -- moderne Transkription des gregorianischen Chorals" - -%% Translation of GIT committish: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a - texidocfr = " -Voici comment vous pourriez transcrire du grégorien. Pour mémoire, il -n'y a en grégorien ni de découpage en mesure, ni de hampe ; seules -sont utilisées des têtes de note blanches ou noires, ainsi que des -signes spécifiques permettant d'indiquer des silences de différentes durées. - -" - doctitlefr = "Exemples de notation ancienne -- transcription moderne de musique grégorienne" - texidoc = " This example demonstrates how to do modern transcription of Gregorian music. Gregorian music has no measure, no stems; it uses only half and @@ -61,6 +20,7 @@ length. doctitle = "Ancient notation template -- modern transcription of gregorian music" } % begin verbatim + \include "gregorian.ly" chant = \relative c' { @@ -84,11 +44,11 @@ verba = \lyricmode { \Staff \remove "Time_signature_engraver" \remove "Bar_engraver" - \override Stem #'transparent = ##t + \hide Stem } \context { \Voice - \override Stem #'length = #0 + \override Stem.length = #0 } \context { \Score @@ -96,4 +56,3 @@ verba = \lyricmode { } } } -