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





_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to