]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/forcing-horizontal-shift-of-notes.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / forcing-horizontal-shift-of-notes.ly
index ce8072932cc059cd8710839460d28b300b67b1ce..e2413c73b20d20d72d420b530673904820e34e88 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "simultaneous-notes, tweaks-and-overrides"
@@ -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
   }
 >>