RE: note heads sharing a beam, some stems without heads

2012-12-21 Thread Christopher Brooks
Cc: lilypond-user Subject: Re: note heads sharing a beam, some stems without heads Try this : \version "2.16.1" % ?? \new PianoStaff << \new Staff = up \relative c' { \stopStaff \override Staff.TimeSignature #'transparent = ##t

Re: note heads sharing a beam, some stems without heads

2012-12-21 Thread Pierre Perol-Schneider
Instead of figuring out the stem length yourself, why not use the > Span_stem_engraver? See this snippet: > > http://www.lilypond.org/doc/v2.16/Documentation/snippets/staff-notation#staff-notation-cross-staff-stems > > HTH, > David > Yeah good gess David ! actuyally I'm a guitarist so I don't kn

Re: note heads sharing a beam, some stems without heads

2012-12-21 Thread David Nalesnik
Hi, On Fri, Dec 21, 2012 at 8:15 AM, Pierre Perol-Schneider wrote: > Try this : > > > \version "2.16.1" % ?? > \new PianoStaff > << > \new Staff = up > \relative c' > { > \stopStaff > \override Staff.TimeSignature #'transparent = ##t > \override Staff.Clef #'transparent =

Re: note heads sharing a beam, some stems without heads

2012-12-21 Thread Pierre Perol-Schneider
Try this : \version "2.16.1" % ?? \new PianoStaff << \new Staff = up \relative c' { \stopStaff \override Staff.TimeSignature #'transparent = ##t \override Staff.Clef #'transparent = ##t \stemDown \set subdivideBeams = ##t \set baseMoment = #(ly:make-momen

Re: note heads sharing a beam, some stems without heads

2012-12-20 Thread Pierre Perol-Schneider
I'm not sure of what you're looking for. Do you mean without any staff ? In a piano staff ? Beam thickness should be that thin ? 2012/12/20 Christopher Brooks > Any thoughts on how to accomplish this notation?: > > > > > > ** ** > > ** ** > > Christopher Brooks > > violinist >