]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/forcing-horizontal-shift-of-notes.ly
LSR: Update.
[lilypond.git] / input / lsr / forcing-horizontal-shift-of-notes.ly
index 50dede719bc180394fd0edd303c89fb531537e99..d18a8e006142d7641562a860a2e9aa50cb9e2f8c 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.57"
+\version "2.12.3"
 
 \header {
   lsrtags = "simultaneous-notes, tweaks-and-overrides"
@@ -14,20 +14,23 @@ son espacios de pentagrama.
 
 "
   texidoc = "
-When the typesetting engine cannot cope, the @code{force-hshift}
-property of the @code{NoteColumn} object can be used to override
-typesetting decisions. The measure units used here are staff spaces.
+When the typesetting engine cannot cope, the following syntax can be
+used to override typesetting decisions. The units of measure used here
+are staff spaces.
 
 "
   doctitle = "Forcing horizontal shift of notes"
 } % begin verbatim
+
 \relative c' <<
   {
     <d g>2 <d g>
   }
   \\
-  { <b f'>2
+  {
+    <b f'>2
     \once \override NoteColumn #'force-hshift = #1.7
     <b f'>2
   }
 >>
+