]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/displaying-grob-ancestry.ly
Issue 4402: Part combiner: ignore skips coinciding with rests within a part
[lilypond.git] / Documentation / snippets / displaying-grob-ancestry.ly
index d5c1053c3697841c6f029f38c4e1fc5e4f672fd2..7a75bb1a33fa98170414298349e200e51c5c806d 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.19.12"
+\version "2.18.0"
 
 \header {
   lsrtags = "devel, scheme-language, tweaks-and-overrides"
@@ -39,7 +39,7 @@ When called this way
 
 
 @{
- \\once \\override NoteHead.before-line-breaking = #display-ancestry
+ \\once \\override NoteHead #'before-line-breaking = #display-ancestry
  c @}