Re: Need help with this simple lyric

2007-07-22 Thread peterwinson
Mats, I think I figured it out, sort off. The Maltese cross character (U+2720) is part of the dingbats unicode code block. On a windows XP machine this character is part of the Wingdings font family. The Wingdings fonts do not have unicode definitions. So Lilypond gets confused and Jedit gets

Re: glissandi for chords

2007-07-22 Thread Siska Ádám
Hello, that's it: {\clef bass << \new Voice { \hideNotes % Attach glissando to noteheads e8 \glissando fis \unHideNotes } { % Original voice with chords rearranged so that glissando is attached to a & b \glissando } >> } hope this helps, Adam P.S. I foun

Re: glissandi for chords

2007-07-22 Thread Valentin Villenave
2007/7/22, Siska Ádám <[EMAIL PROTECTED]>: P.S. I used \hideNotes and \unHideNotes instead of the overrides, as I had some problems with some dotted chords. I added it to the LSR; can you please post your code here (if you think it's simpler) so I can correct the snippet? http://lsr.dsi.unimi

Re: glissandi for chords

2007-07-22 Thread Siska Ádám
Hi Neil, thanks, this helped a lot. Bye, Adam P.S. I used \hideNotes and \unHideNotes instead of the overrides, as I had some problems with some dotted chords. Siska Ádám +36 (70) 207-63-85 http://apocalypse.rulez.org/~sadam Neil Puttock wrote: Hi Adam, On 7/22/07, *Sis

Re: PSPad: a Lily-friendly editor for Windows

2007-07-22 Thread jimbob
madhg wrote: > > > Eduardo Vieira-3 wrote: >> >> Can you use point-and-click features with this editor? >> > > PS you asked about point-and-click, I assume this means clicking on a note > in Adobe Acrobat Reader and getting the editor's cursor display the > relevant piece of code. I don't

Re: glissandi for chords

2007-07-22 Thread Neil Puttock
Hi Adam, On 7/22/07, Siska Ádám <[EMAIL PROTECTED]> wrote: Hello Everyone, one more question: how can I make double-glissandi? Create another voice, then you can attach a glissando to it: << { % New voice ( = \voiceOne) without stems or beams \override Stem #'stencil = ##f

Re: How to make notes like pitchedTrill?

2007-07-22 Thread Kieren MacMillan
Hi Adam, I have to make a long glissando, and I would like to show the ending note of the glissando with a small, stemless notehead without duration in parentheses (like the one produced by pitchedTrill). Any ideas? I've included one possibility, below; there are likely others (and bett

glissandi for chords

2007-07-22 Thread Siska Ádám
Hello Everyone, one more question: how can I make double-glissandi? I have to connect two chords with glissando lines, but if I put 16 \glissando I only get one line between the e and fis, instead of getting two lines (one between a and h and another between e and fis). How could I correct

How to make notes like pitchedTrill?

2007-07-22 Thread Siska Ádám
Hello Everyone, How can I make a stemless, small note head in parentheses outside a trill? I know that there's a command called 'pitchedTrill', but if I use it without using the startTrillSpan and stopTrillSpan commands, I get the following error: error: syntax error, unexpected EXPECT_MUSI