lilypond-user
[Top][All Lists]
Advanced

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

Re: reduce the beam width


From: Federico Bruni
Subject: Re: reduce the beam width
Date: Wed, 09 Mar 2016 08:32:19 +0100

Il giorno mar 8 mar 2016 alle 23:59, Andrew Bernard <address@hidden> ha scritto:
Do you actually mean the thickness of the beam, or the length of the beam? If the latter, use ragged-right = ##t to see what is happening.

I mean the width of the beam. Changing ragged-right helps in the minimal example but not in the real score I'm working on.

I must omit NoteHead to reduce the space taken by the hidden grace note.
I rewrote this way and it works:

\version "2.19.37"

myMusic = \relative {
 cis'8\3\glissando
   %\hideNotes
   \once \omit NoteHead
   \once \omit Stem
   \once \omit TabNoteHead
   \once \omit Flag
   \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-2.png
Description: PNG image


reply via email to

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