]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR local import
authorPhil Holmes <mail@philholmes.net>
Sat, 2 May 2015 17:20:59 +0000 (18:20 +0100)
committerPhil Holmes <mail@philholmes.net>
Sat, 2 May 2015 20:47:06 +0000 (21:47 +0100)
Documentation/snippets/rest-styles.ly

index 9da37cb60a9d82e375ec45a84469c54fa3b74871..ebf8d91ffa166d07d27ae187096059209a0ae3cf 100644 (file)
@@ -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 }