]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/cross-staff-chords---beaming-problems-workaround.ly
New version of LSR upgrade
[lilypond.git] / Documentation / snippets / cross-staff-chords---beaming-problems-workaround.ly
index b01a0ad75795a782f92fa5aa8de5fc2d1ce04d64..1e69c099b1c7573161df0d7f3b1928663c42b6a2 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.14.2"
 
 \header {
-  lsrtags = "chords, keyboards, tweaks-and-overrides"
+  lsrtags = "keyboards, workaround, chords, tweaks-and-overrides"
 
   texidoc = "
 Sometimes it is better to use stems from the upper staff for creating
@@ -22,6 +22,7 @@ between staves using @code{\\override Staff.Beam #'collision-voice-only
   doctitle = "Cross-staff chords - beaming problems workaround"
 } % begin verbatim
 
+
 \new PianoStaff <<
   \new Staff = up
     \relative c' {
@@ -37,6 +38,7 @@ between staves using @code{\\override Staff.Beam #'collision-voice-only
           e e e }
         { s4
           \change Staff = "bottom"
+          \override NoteColumn #'ignore-collision = ##t
           c, c c
         }
       >>