lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: reduce the beam width


From: Noeck
Subject: Re: reduce the beam width
Date: Tue, 8 Mar 2016 23:36:17 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]