Re: How do I typeset this!?

2007-05-07 Thread Matthias Berndt
Urgh, sorry, I just forgot the \\ between the two Voices :)
thanks!


signature.asc
Description: This is a digitally signed message part.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


How do I typeset this!?

2007-05-06 Thread Matthias Berndt
Hi, 

consider the following bit of markup:
\new Voice  { e' a'1~e' a'2 } { e''2. c''4} 
It looks pretty straight forward to me, but Lilypond (2.11.23) doesn't 
manage to typeset this properly, the e''2. doesn't get a stem and I also 
get warnings telling me that a note head is being added to an 
incompatible stem. How can I fix this?


signature.asc
Description: This is a digitally signed message part.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: How do I typeset this glissando?

2006-09-14 Thread Mats Bengtsson

Do you mean something like
\version 2.8.0

\relative c''{
a4*1/2 \glissando \once \override Stem #'transparent = ##t \tiny e4*1/2 
\normalsize c'4 b a

}

 /Mats

Christopher Culver wrote:

In the score I am typesetting, glissandi are notated as a given pitch
and duration (say, a4) followed by a straight line and then a small
stemless notehead at the final pitch. How can I do this with Lilypond?

Furthermore, the duration of the first note decides the length of the
entire glissando, but so far all of my attempts at working with
glissandi have failed barchecks because Lilypond seems to assume that
the duration holds only for the first pitch.


___
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


Re: How do I typeset this glissando?

2006-09-14 Thread Christopher Culver
Mats Bengtsson [EMAIL PROTECTED] writes:
 Do you mean something like
 \version 2.8.0

 \relative c''{
 a4*1/2 \glissando \once \override Stem #'transparent = ##t \tiny
 e4*1/2 \normalsize c'4 b a
 }

Yes, that does work, thank you. However, with that I have a problem in
that if the first note is a half note, the notehead of the tiny final
note will be hollow, while in the score I am working from, they are
all filled in regardless of the length of the first note.

Also, does your solution here function properly in MIDI output?


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


Re: How do I typeset this glissando?

2006-09-14 Thread Mats Bengtsson

Read in Scaling Durations in the manual to understand how my
trick works. For a half note, you could do
a2*1/2 \glissando \once \override Stem #'transparent = ##t \tiny e4 ...

The MIDI support in LilyPond is not intelligent enough to handle a
glissando at all, so you will hear the start and end note of the
glissando (well, just try and see what happens, that's easier than
that I try to explain it in words).

  /Mats

Christopher Culver wrote:

Mats Bengtsson [EMAIL PROTECTED] writes:
  

Do you mean something like
\version 2.8.0

\relative c''{
a4*1/2 \glissando \once \override Stem #'transparent = ##t \tiny
e4*1/2 \normalsize c'4 b a
}



Yes, that does work, thank you. However, with that I have a problem in
that if the first note is a half note, the notehead of the tiny final
note will be hollow, while in the score I am working from, they are
all filled in regardless of the length of the first note.

Also, does your solution here function properly in MIDI output?


___
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


How do I typeset this glissando?

2006-09-13 Thread Christopher Culver
In the score I am typesetting, glissandi are notated as a given pitch
and duration (say, a4) followed by a straight line and then a small
stemless notehead at the final pitch. How can I do this with Lilypond?

Furthermore, the duration of the first note decides the length of the
entire glissando, but so far all of my attempts at working with
glissandi have failed barchecks because Lilypond seems to assume that
the duration holds only for the first pitch.


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