[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lilypond-auto] Issue 3426 in lilypond: \omit Dots acts like \hide D
From: |
lilypond |
Subject: |
Re: [Lilypond-auto] Issue 3426 in lilypond: \omit Dots acts like \hide Dots |
Date: |
Sun, 07 Jul 2013 05:39:25 +0000 |
Comment #1 on issue 3426 by address@hidden: \omit Dots acts like \hide
Dots
http://code.google.com/p/lilypond/issues/detail?id=3426
This is a workaround:
#(define-public (Omitted_dots_killer ctx)
(make-engraver
(acknowledgers
((dots-interface trans dot source)
(if (eq? (ly:grob-property dot 'stencil) #f)
(ly:grob-suicide! dot))))))
\layout {
\context {
\Staff \consists #Omitted_dots_killer
}
}
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Lilypond-auto] Issue 3426 in lilypond: \omit Dots acts like \hide Dots,
lilypond <=