lilypond-user
[Top][All Lists]
Advanced

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

reduce the beam width


From: Federico Bruni
Subject: reduce the beam width
Date: Tue, 08 Mar 2016 22:37:06 +0100

Hi all

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


\version "2.19.37"

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

\score {
 \new StaffGroup <<
   \new Staff { \clef "treble_8" \myMusic }
   \new TabStaff { \clef "moderntab" \new TabVoice \myMusic }
 >>
 \layout { indent = 0 }
}

\paper {
 ragged-right = ##f
}

Attachment: beam-width.png
Description: PNG image


reply via email to

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