>
> What about
>
> \version "2.19"
>
> music = \relative {
> \tweak extra-spacing-width #'(-14 . 5) e'2 f g
> }
>
> \score {
> \new Staff {
> \time 3/2
> \clef "baritone^8" \music
> }
> \layout{
> \context {
> \Score
> \omit Clef
> \omit ClefModifier
> \omit Stem
> \omit TimeSignature
> \omit BarLine
> \override StaffSymbol.line-positions = #'(0)
> \override NoteHead.extra-spacing-width = #'(-5 . 5)
> }
> ragged-last = ##f
> }
> }
>
>
That helps, yes. It's not optimal, since I have to judge the
"centralization" by eye, but at least I can get a satisfactory output.
I also didn't know about \omit yet. Nice!
Caio
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user