X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fforcing-horizontal-shift-of-notes.ly;h=a0841fcdb05156f654ea550756053b126f960bd2;hb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;hp=97c6ca3282705d09b40d4cd28890c85358d688c1;hpb=20b8c1519bbba8728457aa98e59993837bedfb04;p=lilypond.git diff --git a/input/lsr/forcing-horizontal-shift-of-notes.ly b/input/lsr/forcing-horizontal-shift-of-notes.ly index 97c6ca3282..a0841fcdb0 100644 --- a/input/lsr/forcing-horizontal-shift-of-notes.ly +++ b/input/lsr/forcing-horizontal-shift-of-notes.ly @@ -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.55" +\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' << { 2 } \\ - { 2 + { + 2 \once \override NoteColumn #'force-hshift = #1.7 2 }