Am 08.04.2017 um 18:45 schrieb Malte Meyn:
> But I haven’t found a satisfying solution so maybe scaling
> the flag, changing horizontal spacing (force-hshift) and different stem
> lengths will give a good solution.

My suggestion:

rightOne = \relative c'' {
  \global
  \once \override Flag.stencil =
  #(lambda (grob) (ly:stencil-scale (ly:flag::print grob) 0.7 0.9))
  c8 s4.|
}

rightTwo = \relative c'' {
  \global
  \stemUp \shiftOn
  \once \override NoteColumn.force-hshift = 0.65
  g8 s4. |
}

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

Reply via email to