Re: Manually decrease space between notes

2007-01-24 Thread Bertalan Fodor



However, in the output the two notes seem to overlap (not only the
vertical bars around them but also the noteheads). This also happens
with normal whole notes but not with half notes or shorter durations.
Is this intended or is it a bug?
  

I think it is a many-years-old bug.

Bert



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Manually decrease space between notes

2007-01-23 Thread Maximilian Albert
Mats Bengtsson wrote:

 How about
  g g\breve

Nice one :)

However, in the output the two notes seem to overlap (not only the
vertical bars around them but also the noteheads). This also happens
with normal whole notes but not with half notes or shorter durations.
Is this intended or is it a bug?

Max



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Manually decrease space between notes

2007-01-22 Thread Mats Bengtsson

How about
 g g\breve

  /Mats

Bertalan Fodor wrote:

I think I've found a better solution. THat is, something like this:

{
\once \override Voice.NoteHead #'stencil = #ly:text-interface::print % 
override the default method of printing a notehead
\once \override Voice.NoteHead #'text = #(markup #:line (#:musicglyph 
noteheads.sM1 #:musicglyph noteheads.sM1))  % print a markup text 
as the notehead

g'\breve }


___
lilypond-user mailing list
lilypond-user@gnu.org
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: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Manually decrease space between notes

2007-01-20 Thread TorbjörnBjörkman
Hello,

Since this is my first post on Lilypond I start with: Thanks for a great 
program! *insert applause here*

On to my question:
Is there any way that I can manually decrease the space between notes? I only 
want to decrease the space between two specific notes in one place.

Alternatively (and a better solution to my actual problem):
How can I define a new type of notehead consisting of two baroque style 
breve's really close together? It is a kind of longa note that is common in 
baroque music as a long final note.

Cheers
Torbjörn Björkman



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Manually decrease space between notes

2007-01-20 Thread Bertalan Fodor

TorbjörnBjörkman írta:

Hello,

Since this is my first post on Lilypond I start with: Thanks for a great 
program! *insert applause here*


On to my question:
Is there any way that I can manually decrease the space between notes? I only 
want to decrease the space between two specific notes in one place.


Alternatively (and a better solution to my actual problem):
How can I define a new type of notehead consisting of two baroque style 
breve's really close together? It is a kind of longa note that is common in 
baroque music as a long final note.


  

What about

{  { g\breve } \\ { s8  g\breve }  }

I tried horizontal-shift and shiftOnnn instead of s8 but that didn't work


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Manually decrease space between notes

2007-01-20 Thread Bertalan Fodor

I think I've found a better solution. THat is, something like this:

{
\once \override Voice.NoteHead #'stencil = #ly:text-interface::print % 
override the default method of printing a notehead
\once \override Voice.NoteHead #'text = #(markup #:line (#:musicglyph 
noteheads.sM1 #:musicglyph noteheads.sM1))  % print a markup text as 
the notehead

g'\breve }


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user