]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/rhythms-headword.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / rhythms-headword.ly
index e0b11fa45bd44cb8347ca1df111cd090c80da570..5a53ef2ed5a0dffdeb08c939800041b7b28741db 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% 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.14.2"
+\version "2.18.0"
 
 \header {
   lsrtags = "headword"
@@ -16,6 +16,9 @@ Rhythms headword
   doctitle = "Rhythms headword"
 } % begin verbatim
 
+%% http://lsr.di.unimi.it/LSR/Item?id=822
+%% see also http://lilypond.org/doc/v2.18/Documentation/notation/rhythms
+
 % Beethoven, Op. 81a
 % Piano sonata 26 - Das Lebewohl
 % Movt II - Abwesenheit
@@ -26,9 +29,9 @@ Rhythms headword
 \layout {
   \context {
     \Score
-    \override SpacingSpanner #'base-shortest-duration =
-      #(ly:make-moment 1 40)
-      %\override SpacingSpanner #'strict-grace-spacing = ##t
+    \override SpacingSpanner.base-shortest-duration =
+      #(ly:make-moment 1/40)
+      %\override SpacingSpanner.strict-grace-spacing = ##t
   }
 }
 
@@ -65,7 +68,7 @@ Rhythms headword
          }
       <e''! e'>16
       <f'' f'>16 ] )
-      \once \override TextScript #'padding = #3.8
+      \once \override TextScript.padding = #3.8
       <g'' g'>16 ( \staccato -\markup { \italic cresc. }
       <a'' a'>16 ) \staccato
       <bf'' bf'>32  (
@@ -75,7 +78,7 @@ Rhythms headword
 
       |
 
-      \once \override DynamicLineSpanner #'padding = #2
+      \once \override DynamicLineSpanner.padding = #2
       b''32 ( \p \>
       c'''32
       d'''32
@@ -215,5 +218,4 @@ Rhythms headword
       <g e>32
       c'32
    }
-
 >>