Hi Caio,

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
  }
}

Hope this helps,
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


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

Reply via email to