lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Accidentals tied over a line break


From: Markus Schneider
Subject: Re: Accidentals tied over a line break
Date: Wed, 23 Aug 2006 15:14:08 +0200

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 of typing, though. I wasn't able to cook up a
function for after-line-breaking or before-line-breaking to do this
automatically, nor modifying

tildeSymbol = { #(make-music 'TieEvent) \noAcc }

Maybe someone can give a hint?

Cheers,
Markus







reply via email to

[Prev in Thread] Current Thread [Next in Thread]