]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/proportional-strict-notespacing.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / proportional-strict-notespacing.ly
index f36fe10d8b595bc1913d3b75f50e25382fd492f3..ee22d09a5fd6b85ff402ef95d1f7025763c3aa21 100644 (file)
@@ -1,22 +1,26 @@
-%% Do not edit this file; it is automatically
+%% 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.13.4"
+\version "2.14.2"
 
 \header {
-  lsrtags = "tweaks-and-overrides, spacing"
+  lsrtags = "spacing, tweaks-and-overrides"
 
   texidoc = "
 If @code{strict-note-spacing} is set spacing of notes is not influenced
 by bars or clefs within a system. Rather, they are placed just before
-the note that occurs at the same time. This may cause collisions. 
+the note that occurs at the same time. This may cause collisions.
 
 "
   doctitle = "Proportional strict notespacing"
 } % begin verbatim
 
+
 \relative c'' <<
-  \override Score.SpacingSpanner #'strict-note-spacing = ##t 
+  \override Score.SpacingSpanner #'strict-note-spacing = ##t
   \set Score.proportionalNotationDuration = #(ly:make-moment 1 16)
   \new Staff {
     c8[ c \clef alto c c \grace { d16 } c8 c] c4
@@ -27,4 +31,3 @@ the note that occurs at the same time. This may cause collisions.
     c1
   }
 >>
-