Han-Wen Nienhuys lilypond.org> writes:
>
> Mats Bengtsson wrote:
> > In the source code, I found a comment saying:
> > TODO: insert support for smaller cautionaries, tie-break-reminders.
> > ...
> > which indicates that this is a feature that is not yet
> > implemented. I made some quick attemp
Mats Bengtsson wrote:
In the source code, I found a comment saying:
TODO: insert support for smaller cautionaries, tie-break-reminders.
...
which indicates that this is a feature that is not yet
implemented. I made some quick attempts to solve the problem
by redefining Accidental #'after-line-br
In the source code, I found a comment saying:
TODO: insert support for smaller cautionaries, tie-break-reminders.
...
which indicates that this is a feature that is not yet
implemented. I made some quick attempts to solve the problem
by redefining Accidental #'after-line-breaking but didn't manag
Markus: That's a way to manually suppress accidentals after a line break;
thanks. But I need a way to do it automatically.
> Is the example in "Section 9.3.7: Difficult Tweaks" of any help?
Kieren: That looks like it might be helpful, but I don't understand the syntax
well enough to adapt the
Hi, Markus (and Marcus):
Maybe someone can give a hint?
Is the example in "Section 9.3.7: Difficult Tweaks" of any help?
Cheers,
Kieren.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Hi Marcus,
see this:
%%% Begin ly snippet
\version "2.9.15"
noAcc = \once \override Staff.Accidental #'transparent = ##t
\score { {
cis''1 ~ \noAcc \break
cis''1
cis''1 ~ \break
cis''1
}
\layout {
ragged-right = ##t }
}
%%% End ly snippet
This involves a certain amount
Hello,
Currently, if a note with an accidental is tied over a line break, the
accidental is repeated on the new line. Is there any way to turn off this
behavior?
I looked in the manual; "9.1.1 Automatic accidentals" would seem to be the
relevant section, but it doesn't say anything about tied