Hello Rick, hello Kieren,

have a look - this might actually work with acceptable editing effort.
It's _almost_ fully automated. You only have to know your total amount of
bars. Of course, if the time-signature changes, this must be adjusted in the
accidentalSpacer variable also.

Cheers,
Markus

%%%
\version "2.9.17"

music = \relative c'' {
  cis4 dis e fis |
  f ges b bes |
  b,! cis a g |
  g? f fis c |
  cis' c d d
}

accidentalSpacer = {
  \repeat unfold 5 {
    \once \override Staff.AccidentalPlacement #'left-padding = #0.8
    s1 |
  }
}

\score {
  \new Staff <<
    \context Voice = "A" \music
    \context Voice = "A" \accidentalSpacer
  >>
  \layout { indent = 0 ragged-last = ##t }
}
%%%





_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to