lilypond-user
[Top][All Lists]
Advanced

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

Re: Control space between notes?


From: Mats Bengtsson
Subject: Re: Control space between notes?
Date: Wed, 05 Apr 2006 20:26:47 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050927 Debian/1.7.8-1sarge3

You didn't follow the second of my original hints. Now that
I actually try your code, it turns out that that's enough to
solve the original problem. So, just replace your \layout{...}
block with

\layout {
 \context {
   \Score
   proportionalNotationDuration = #(ly:make-moment 1 16)
 }
 \context {
   \DrumVoice
   \override Beam #'positions = #'(5 . 5)
 }
}

  /Mats

Jannik Jeppesen wrote:

I want to remove the created bar totally... not only the 16. notes...
how is that done? Is there a override function to comlpetely remove the bars...?
This is what I have done so far:
<<
\repeat unfold 16 c''16
 \override NoteHead  #'transparent = ##t
 \override Stem  #'transparent = ##t
 \override Beam  #'transparent = ##t

\new DrumStaff
 \new DrumVoice { \drummode { \stemUp
 \repeat volta 3 {
 <bd hh>4 <sn hh> <bd hh>8 bd <sn hh>4 \break
 }}}







I think what I would try in your case is setting each row with an
invisible line of sixteenth notes. See if you have a copy of
partial-blank.ly on your computer and use that as a starting point.

Gepff


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user



--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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