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 confused.  Thanks for your help.  

Peter

Mats Bengtsson-4 wrote:
> 
> Quoting peterwinson <[EMAIL PROTECTED]>:
> 
>>
>> Gilles, so I have the character encoding as UTF-8.  How do I insert a
>> special
>> character like U+2720 (maltese cross) in Jedit?
> 
> Exactly the same way as you do in any other program. Either copy/paste
> from some other document or use the "Character Palette" or "Character Set"
> program on your computer (see 
> http://lists.gnu.org/archive/html/lilypond-user/2007-07/msg00451.html
> for details regarding Windows or
> http://lists.gnu.org/archive/html/lilypond-user/2007-07/msg00469.html
> for Mac. There's also a similar utility on most Linux distributions).
> 
>/Mats
> 
> 
> 
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Need-help-with-this-simple-lyric-tf4104956.html#a11737610
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


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 found this better as in my original score I have dotted chords, 
and the dot positioning was better if I managed to do it this way.



Siska Ádám
+36 (70) 207-63-85
http://apocalypse.rulez.org/~sadam


Valentin Villenave wrote:

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.it/LSR/Item?id=303

V.Villenave




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


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.it/LSR/Item?id=303

V.Villenave


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


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, *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

\override Beam #'stencil = ##f

% Attach glissando to noteheads
e8 \glissando fis
 
} \\ { % Original voice with chords rearranged so that glissando 
is attached to a & b

 \glissando 
} >>

Regards,
Neil 



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


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 see why it shouldn't work with any text
> editor, but I haven't been able to get this to work at all on WinXP.  The
> browser doesn't seem to recognise and act on the message sent by Acrobat
> Reader.  I asked about this on the lilypond list (via Nabble) many months
> ago, and still can't fix the problem.   If you know how to do it, I'd be
> interested in any help you can give.  
> 
> 

Hi there,
I've done a bit of digging, and have found the following under XP:


http://www.stevecooper.org/blog wrote:
> 
> Registering a new protocol
> 
> When I click, my browser opens my editor, which then gets the file from my
> FTP server. I can edit in a nice editor, then hitting ctrl-s saves the
> file back up onto the web server.
> 
> How do you trigger your system to load files from an FTP server? You
> register a new url protocol.
> 
> Your system knows how to deal with address prefixes like http: and ftp:
> and mailto:. http loads in your web browser, mailto in your email program.
> No reason why you can’t make up your own, though.
> 
> I’ve registered textedit: as a new protocol. My site has links like this
> in it;
> 
> textedit:ftp(0):/running_a_text-file_wiki.text
> 
> If you’re using Windows, add this key to your registry;
> 
> [HKLM\SOFTWARE\Classes\textedit]
> 'URL Protocol' = ''
> [HKLM\SOFTWARE\Classes\textedit\DefaultIcon]
> (default) = 'Notepad.exe'
> [HKLM\SOFTWARE\Classes\textedit\Shell\open\command]
> (default) = '"C:\blah\editplusweb.cmd" %1'
> 
> That registers the ‘textedit’ protocol, and sends everything after
> ‘textedit:’as a command-line parameter to the script listed.
> 
> Here’s that script (C:\blah\editplusweb.cmd);
> 
> @echo off
> set address=%1
> set app=C:\Program Files\EditPlus 2\Editplus.exe
> FOR /F "tokens=1* delims=:" %%a IN ("%address%") DO set arg=%%b
> set cmd=@"%app%" "%arg%"
> %cmd%
> 
> The only line that’s really hairy is the FOR /F line. God knows what it
> does. I wrote it ages ago, but it works. I think it’s some obscure
> escaping thing.
> 
> I use editplus, which is good, and cheap. If you want to trial the idea, I
> think the freeware PSPad can do it.
> 

So by editing the textedit protocol in the registry, you can grab the
file:line:column from Acrobat.  I have no idea how to get PSPad to jump to a
given line:column from a script, though.

Hope this helps
-- 
View this message in context: 
http://www.nabble.com/PSPad%3A-a-Lily-friendly-editor-for-Windows-tf4034990.html#a11731048
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


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
   \override Beam #'stencil = ##f

   % Attach glissando to noteheads
   e8 \glissando fis

   } \\ { % Original voice with chords rearranged so that glissando is
attached to a & b
\glissando 
   } >>

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


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  
better), but this works.


Hope this helps!
Kieren.
__

\version "2.11.27"

endGliss =
{
\once \override NoteHead #'font-size = #-3
\once \override Stem #'transparent = ##t
\once \override TextScript #'extra-offset = #'(-0.9 . -2.95)
}

theMusic =
{
c\glissando \endGliss c''^"(  )"
}

\score { \theMusic }


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


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 
this?



Thank you,
Adam




Siska Ádám
+36 (70) 207-63-85
http://apocalypse.rulez.org/~sadam


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


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_MUSIC, expecting EXPECT_MARKUP or 
EXPECT_SCM or EXPECT_NO_MORE_ARGS


(my guess was the following: fis \glissando \pitchedTrill his,,)

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?



Thank you,
Adam



Siska Ádám
+36 (70) 207-63-85
http://apocalypse.rulez.org/~sadam


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