X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Frest-styles.ly;h=9da37cb60a9d82e375ec45a84469c54fa3b74871;hb=29fa30fae237f7011932dc59c2a4e3e720913a27;hp=58ace411d1d85e8fc4a83055e97824136add53d6;hpb=f2fbf0dd215c8af6a30aae6c9634f3b92333b0ab;p=lilypond.git diff --git a/Documentation/snippets/rest-styles.ly b/Documentation/snippets/rest-styles.ly index 58ace411d1..9da37cb60a 100644 --- a/Documentation/snippets/rest-styles.ly +++ b/Documentation/snippets/rest-styles.ly @@ -1,32 +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.12.2" +\version "2.18.0" \header { - lsrtags = "rhythms, ancient-notation, tweaks-and-overrides" - -%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec - doctitlees = "Estilos de silencios" - texidoces = " -Los silencios se pueden imprimir en distintos estilos. -" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - - doctitlede = "Pausenstile" - texidocde = " -Pausen können in verschiedenen Stilen dargestellt werden. -" - - - -%% Translation of GIT committish: 4da4307e396243a5a3bc33a0c2753acac92cb685 - texidocfr = " -Les silences peuvent être gravés selon différents styles. - -" - doctitlefr = "Styles de silences" + lsrtags = "ancient-notation, rhythms, symbols-and-glyphs, tweaks-and-overrides" texidoc = " Rests may be used in various styles. @@ -48,23 +29,22 @@ Rests may be used in various styles. \new Staff \relative c { \cadenzaOn - \override Staff.Rest #'style = #'mensural + \override Staff.Rest.style = #'mensural r\maxima^\markup \typewriter { mensural } r\longa r\breve r1 r2 r4 r8 r16 s32 s64 s128 s128 \bar "" - \override Staff.Rest #'style = #'neomensural + \override Staff.Rest.style = #'neomensural r\maxima^\markup \typewriter { neomensural } r\longa r\breve r1 r2 r4 r8 r16 s32 s64 s128 s128 \bar "" - \override Staff.Rest #'style = #'classical + \override Staff.Rest.style = #'classical r\maxima^\markup \typewriter { classical } r\longa r\breve r1 r2 r4 r8 r16 r32 r64 r128 s128 \bar "" - \override Staff.Rest #'style = #'default + \override Staff.Rest.style = #'default r\maxima^\markup \typewriter { default } r\longa r\breve r1 r2 r4 r8 r16 r32 r64 r128 s128 } -