lilypond-user
[Top][All Lists]
Advanced

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

Re: Note spacin with proportionalNotationDuration


From: Bainos
Subject: Re: Note spacin with proportionalNotationDuration
Date: Tue, 10 Jul 2007 10:59:37 -0700 (PDT)

Sorry .. some confusion in me..
I edited my last reply with out sending it again..
My mistake was that i didn't add "\remove "System_start_delimiter_engraver"
" in \score
I post the whole code..
Don't know if  Your are interested, but this is a goal for me!!
Writing drumm stuff with lilypond is GRATE!
And this score is an example of a WellDone Score EASY TO READ (in mY opinion
:p)
with the right spacing between notes (helps me understand the note duration)
and with 1/4 beam (helps me with timing)

Yeah :P

best regards
Bainos 

PS.: Is there a way to write code instead of quote?
thanks!



> 
> #(define mydrums '(
>       (crashcymbal    xcircle #f       5)
>       (hihat          cross   #f       5)
>       (himidtom       default #f       3)
>       (lowmidtom      default #f       1)
>       (snare          default #f       0)
>       (highfloortom   default #f      -1)
>       (lowfloortom    default #f      -3)     
>       (bassdrum       default #f      -5)
>       (pedalhihat     cross   #f      -5)
> ))
> 
> \paper{
>       top-margin = 2\cm
> }
> 
> \layout {
>       \context {
>               \Score
>               \remove "System_start_delimiter_engraver" 
>       } 
>       \context {
>               \DrumStaff 
>               drumStyleTable = #(alist->hash-table mydrums)
>               \override VerticalAxisGroup #'minimum-Y-extent = #'(-10 . 10)
>       }
> }
> 
> sng = \drummode { <\parenthesize sn >16}
> 
> MyVoiceOne = {\voiceOne 
>       \override Beam #'positions = #'(5 . 5)
>       \override Rest #'extra-offset =  #'(0 . -2.0)
> }
>  
> Aup = \drummode {
>       \set DrumStaff.instrumentName =  "A "
>               \override Script #'extra-offset = #'( 0.6 . 0.0 )
>               tomfh16^^ crashcymbal crashcymbal sn^^
>               crashcymbal^^ sn sn crashcymbal^^
>               \once \override TextScript #'extra-offset = #'( +20 . -2 )
>               \once \override LaissezVibrerTie  #'extra-offset = #'(2 . 6)
>               \once \override LaissezVibrerTie  #'control-points = #'((0 . 
> -4) (14 .
> 0) (28 . 0) (40 . -4))
>               sn2:32^\markup{\small \italic Press} 
>               \laissezVibrer
> }
> 
> Bup = \drummode {
>       \set DrumStaff.instrumentName =  "B "
>               \override Script #'extra-offset = #'( 0.6 . 0.0 )
>               tomfh16^^ crashcymbal crashcymbal sn^^
>               crashcymbal^^ sn sn crashcymbal^^
>               tommh^^ \sng tomml^^ \sng
>               tomfh^^ \sng \sng sn^^
> }
> 
> Cup = \drummode {
>       \set DrumStaff.instrumentName =  "C"
>               \override Script #'extra-offset = #'( 0.6 . 0.0 )
>               tomfh16^^ crashcymbal crashcymbal sn^^
>               crashcymbal^^ sn sn crashcymbal^^
>               \once \override Stem #'length = #10 
>               tomfh4^^
>               \once \override Stem #'length = #13 
>               bd4^^_\markup{*} 
> }
> 
> 
> \score{<<
>       
> \new DrumStaff {<<
>         \new DrumVoice {  \MyVoiceOne  \Aup }
>>>}
> 
> \new DrumStaff {<<
>         \new DrumVoice {  \MyVoiceOne  \Bup }
>>>}
> 
> \new DrumStaff {<<
>         \new DrumVoice {  \MyVoiceOne  \Cup }
>>>}
> 
>>>
> } %end score
> 
> 
> 



Valentin Villenave wrote:
> 
> 2007/7/10, Bainos <address@hidden>:
> 
>> In my snippet I added only the \score block as your advice but i have
>> lines..
>> did you change something else?
> 
> Not at all.
> That's weird; can you post your modified snippet?
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Note-spacin-with--proportionalNotationDuration-tf4055324.html#a11526181
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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