]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/forcing-horizontal-shift-of-notes.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / forcing-horizontal-shift-of-notes.ly
index 50dede719bc180394fd0edd303c89fb531537e99..88682148b5656082e60db526cc8d1fc312656ffe 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.11.62"
 
 \header {
   lsrtags = "simultaneous-notes, tweaks-and-overrides"
@@ -14,9 +14,9 @@ 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"
@@ -26,7 +26,8 @@ typesetting decisions. The measure units used here are staff spaces.
     <d g>2 <d g>
   }
   \\
-  { <b f'>2
+  {
+    <b f'>2
     \once \override NoteColumn #'force-hshift = #1.7
     <b f'>2
   }