Hi everyone,
This is my first time posting to the list, and after doing some
searches I couldn't seem to find an answer to this problem.
Basically, I am doing a proportional notation (see the code below)
and am doing this by entering 32nd notes. What I would like to do is
either:
hide the 16th and 32nd note beams (to make the notation look like a
string of 8th notes), or possibly close the gap between the beams to
achieve the same appearance. Is there a variable I can set to do this?
Thanks for any help.
Josh
% LilyPond score file
% FOMUS v0.1.67
\version "2.8"
#(set-default-paper-size "letter" 'landscape)
\layout {
\context { \Staff \override DynamicLineSpanner #'staff-padding = #3
\remove "Time_signature_engraver"
\override Beam #'damping = #100000
}
\context { \Score \override SpacingSpanner #'uniform-stretching =
##t
proportionalNotationDuration = #(ly:make-moment 1 64)
\override PaperColumn #'used = ##t }
}
guitarA = {
\set Staff.instrument = "Guitar"
\override Staff.TimeSignature #'style = #'()
\clef treble
<< {\time 6/4 \oneVoice f''32[\ff aes''32 g''32 #2 b''32 #2 b''32
\> c'''32 b''32 a''32 c''32 aes''32 des''32 #2 bes''32 #2 c''32
aes''32 ges''32 bes''32 c'''32 aes''32 aes''32 #2 bes''32 #2 e''32
f''32 b''32 c''32 bes''32 d''32 aes''32 #2 c''32 #2 aes''32\! f''32
c''32 b''32 des''32 \pp bes''32 e''32 #2 ges''32 #2 g''32 f''32
aes''32 aes''32] }
>>
}
\header {
}
\score {
<<
\new Staff \guitarA
>>
}
******************************************
Joshua Parmenter
[EMAIL PROTECTED]
Post-Doctoral Research Associate - Center for Digital Arts and
Experimental Media
Raitt Hall - University of Washington
Seattle, Washington 98195
http://www.dxarts.washington.edu
http://www.realizedsound.net/josh/
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user