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:31:09 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050927 Debian/1.7.8-1sarge3

Maybe I should also have told what's wrong with your code
below. First of all, there is a macro \hideNotes, that probably
is useful. Secondly, a setting only applies to notes after the
the setting, not before. Finally, if you say
<<
 \override ...
 c1
 ...
>>
the override is done in parallel to the note, not before, so
you would need something like:
<<
 { \hideNotes \repeat unfold 16 c16 }
 ...
>>

  /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
 }}}







reply via email to

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