]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/forcing-horizontal-shift-of-notes.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / lsr / forcing-horizontal-shift-of-notes.ly
index 124d71d4838b9bfcd068d398676f8ce99570de50..a0841fcdb05156f654ea550756053b126f960bd2 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.50"
+\version "2.12.0"
 
 \header {
   lsrtags = "simultaneous-notes, tweaks-and-overrides"
@@ -14,19 +14,21 @@ 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
   }