]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/proportional-strict-notespacing.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / proportional-strict-notespacing.ly
index 0d09688eab0ac4a864ecc4763ac1072714bef283..eb4c12e5d78c3fd1b663e08a7dc984abd48cbc26 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \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
@@ -18,6 +18,7 @@ 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
   \set Score.proportionalNotationDuration = #(ly:make-moment 1 16)
@@ -30,4 +31,3 @@ the note that occurs at the same time. This may cause collisions.
     c1
   }
 >>
-