]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/forcing-horizontal-shift-of-notes.ly
Removes '-signs from vectors
[lilypond.git] / Documentation / snippets / forcing-horizontal-shift-of-notes.ly
index ec14676abc431d27ab14cee53586099ae85afeb1..e2413c73b20d20d72d420b530673904820e34e88 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.6"
 
 \header {
-  lsrtags = "tweaks-and-overrides, simultaneous-notes"
+  lsrtags = "simultaneous-notes, tweaks-and-overrides"
 
   texidoc = "
 When the typesetting engine cannot cope, the following syntax can be
@@ -26,7 +26,7 @@ are staff spaces.
   \\
   {
     <b f'>2
-    \once \override NoteColumn #'force-hshift = #1.7
+    \once \override NoteColumn.force-hshift = #1.7
     <b f'>2
   }
 >>