From 7456fb7f523cfd77e628eab0824c530c5b758ccd Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Sat, 2 May 2015 18:20:59 +0100 Subject: [PATCH] LSR local import --- Documentation/snippets/rest-styles.ly | 32 +++++++++++++++++---------- 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/Documentation/snippets/rest-styles.ly b/Documentation/snippets/rest-styles.ly index 9da37cb60a..ebf8d91ffa 100644 --- a/Documentation/snippets/rest-styles.ly +++ b/Documentation/snippets/rest-styles.ly @@ -1,20 +1,17 @@ -%% 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.18.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.16 +\version "2.19.16" \header { lsrtags = "ancient-notation, rhythms, symbols-and-glyphs, tweaks-and-overrides" texidoc = " Rests may be used in various styles. - - - - " doctitle = "Rest styles" } % begin verbatim @@ -24,25 +21,36 @@ Rests may be used in various styles. \context { \Staff \remove "Time_signature_engraver" - } + } % begin verbatim + } \new Staff \relative c { \cadenzaOn + \override Staff.Rest.style = #'mensural r\maxima^\markup \typewriter { mensural } r\longa r\breve r1 r2 r4 r8 r16 s32 s64 s128 s128 \bar "" + \break \override Staff.Rest.style = #'neomensural r\maxima^\markup \typewriter { neomensural } r\longa r\breve r1 r2 r4 r8 r16 s32 s64 s128 s128 \bar "" + \break \override Staff.Rest.style = #'classical r\maxima^\markup \typewriter { classical } r\longa r\breve r1 r2 r4 r8 r16 r32 r64 r128 s128 \bar "" + \break + + \override Staff.Rest.style = #'z + r\maxima^\markup \typewriter { z-style } + r\longa r\breve r1 r2 r4 r8 r16 r32 r64 r128 s128 + \bar "" + \break \override Staff.Rest.style = #'default r\maxima^\markup \typewriter { default } -- 2.39.5