lilypond-user
[Top][All Lists]
Advanced

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

Note spacin with proportionalNotationDuration


From: Bainos
Subject: Note spacin with proportionalNotationDuration
Date: Tue, 10 Jul 2007 04:44:06 -0700 (PDT)

Hi,
I have a problem in notes spacing..
I would like to have every first note in 1/4 to be under each other
I read something in this topic:
http://www.nabble.com/Control-space-between-notes--tf1386093.html#a3723026
The result is VERY good using "proportionalNotationDuration =
#(ly:make-moment 1 32)"
but the alignment is not "perfect"..
I also tried "proportionalNotationDuration = #(ly:make-moment 1 64)" but it
is worst.. 
May be there are other properties that can help reaching a better result..

Here is a snippet:



> \layout {
>   \context {
>     \Score
>     \remove "System_start_delimiter_engraver" 
>     proportionalNotationDuration = #(ly:make-moment 1 32) %note the 32
>   } 
> }
> 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 = #'( +12 . -2 )
>               \once \override LaissezVibrerTie  #'extra-offset = #'(2 . 6)
>               \once \override LaissezVibrerTie  #'control-points = #'((0 . 
> -4) (8 . 0)
> (16 . 0) 
>                                                                               
>           
> (24 . -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{*} 
>               
> }
> 
> \new DrumStaff {<<
>         \new DrumVoice {  \MyVoiceOne  \Aup }
>>>}
> 
> \new DrumStaff {<<
>         \new DrumVoice {  \MyVoiceOne  \Bup }
>>>}
> 
> \new DrumStaff {<<
>         \new DrumVoice {  \MyVoiceOne  \Cup }
>>>}
> 
> 

Thanks in  advance!
Regards,
Bainos
-- 
View this message in context: 
http://www.nabble.com/Note-spacin-with--proportionalNotationDuration-tf4055324.html#a11519220
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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