]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/displaying-grob-ancestry.ly
Issue 4418/4 run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / displaying-grob-ancestry.ly
index 2aa4bd2bed83ff6fef659f0977ce9fb4a718b7eb..7a75bb1a33fa98170414298349e200e51c5c806d 100644 (file)
@@ -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 @}
 
 
@@ -65,6 +65,9 @@ NoteHead X,Y: NoteColumn
   doctitle = "Displaying grob ancestry"
 } % begin verbatim
 
+%% http://lsr.di.unimi.it/LSR/Item?id=622
+%% see also http://www.lilypond.org/doc/v2.18/Documentation/snippets/tweaks-and-overrides#tweaks-and-overrides-displaying-grob-ancestry
+
 #(define (grob-name grob)
    (if (ly:grob? grob)
        (assoc-ref (ly:grob-property grob 'meta) 'name)