Hi Federico,

> How can I (slightly) reduce the beam width in the attached example?

I guess what you are looking for is the beam thickness:
  \override Beam.beam-thickness = 0.3 % default is somewhere near 0.5
In your example:


\version "2.19.37"

myMusic = \relative {
  cis'8\3\glissando \hideNotes \grace a \unHideNotes e' s2
}

\score {
  \new StaffGroup <<
    \new Staff { \clef "treble_8" \myMusic }
    \new TabStaff { \clef "moderntab" \new TabVoice \myMusic }
  >>
  \layout {
    indent = 0
    \override Beam.beam-thickness = 0.4
  }
}

\paper {
  ragged-right = ##t
}

HTH,
Joram

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

Reply via email to