Re: Need help with this simple lyric

2007-07-23 Thread Gilles THIBAULT





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.



in openoffice , the Wingdings code for this character is shown as F0AA = 
61528 (decimal)


To obtain this character, you have to type in JEdit
   Alt + 61528
It give you a X symbol but lilypond convert it in the right font


\version 2.10.25

\score {
c'1^\markup { \override #'(font-name . Wingdings) {X}}
}



Gilles 




___
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-23 Thread David Griffel


jimbob wrote:
 
 
 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
 
 
 

Thanks for this.  I tried it, but it didn't work.  The reason may be that
Lilypond sets up a complex chain of events for point-and-click, which sends
messages to a browser, then to some Lilypond entity entity (I'm being vague
here because I don't understand the details) which responds via two Win32
environment variables specifying the editor to be used.  So getting it to
work may have to involve that lilypond machinery.  

David
-- 
View this message in context: 
http://www.nabble.com/PSPad%3A-a-Lily-friendly-editor-for-Windows-tf4034990.html#a11742029
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


How to extend accidential style

2007-07-23 Thread Michael Käppler
Hi all,
I want exactly the functionality of piano accidential-style, but with 
cancelling across the stave in a ChoirStaff too.
Is there a way to get this work?

Kind regards,
Michael
_
In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten! 
Nur 3,99 EUR/Monat! http://www.maildomain.web.de/?mc=021114



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


Re: Compatibillity lilypond - noteedit and other quetions.

2007-07-23 Thread Peter Terpstra
Peter Terpstra in [EMAIL PROTECTED] :

 [ cut : errors ]

*All* the errors are solved by copying the notes in a modern setup!!
That was easy :-P

Peter

PS: does anyone know how to prevent lilypond from making a .ps file?, i only
want the midi and the pdf.

Kind Regards,

   Peter


-- 
mailto:[EMAIL PROTECTED]



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


Re: Compatibillity lilypond - noteedit and other quetions.

2007-07-23 Thread Valentin Villenave

2007/7/24, Peter Terpstra [EMAIL PROTECTED]:


PS: does anyone know how to prevent lilypond from making a .ps file?, i only
want the midi and the pdf.


There was a discussion about that a few months ago; maybe we should
talk about it again...

http://lists.gnu.org/archive/html/lilypond-user/2007-01/msg00284.html

V.Villenave


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


Re: Need help with this simple lyric

2007-07-23 Thread peterwinson

Gilles, that worked.  Thank you!

Peter

Gilles THIBAULT wrote:
 
 
 

 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.

 
 in openoffice , the Wingdings code for this character is shown as F0AA = 
 61528 (decimal)
 
 To obtain this character, you have to type in JEdit
 Alt + 61528
 It give you a X symbol but lilypond convert it in the right font
 
 
 \version 2.10.25
 
 \score {
  c'1^\markup { \override #'(font-name . Wingdings) {X}}
 }
 
 
 
 Gilles 
 
 
 
 ___
 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#a11756515
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


vertical brackets

2007-07-23 Thread Werner LEMBERG

Folks,


is there a better solution to get the vertical brackets displayed in
the attached image than the code below?  It's a nasty fiddling, and it
breaks very easily...


Werner


==


\new Staff \with {
  \remove Time_signature_engraver
  \remove Clef_engraver
} \relative c' {
  s2
\once \override TextScript #'extra-offset = #'(-2.1 . -6)
  c g' es'4
^\markup { \override #'(baseline-skip . 2.7)
   \column { \stencil #(ly:bracket Y '(0 . 2.5) 0.1 0.4)
 \stencil #(ly:bracket Y '(0 . 2.3) 0.1 0.4) } }
}

\paper {
  ragged-right = ##t
}
inline: vbracket.png___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: vertical brackets

2007-07-23 Thread Graham Percival

Werner LEMBERG wrote:

is there a better solution to get the vertical brackets displayed in
the attached image than the code below?  It's a nasty fiddling, and it
breaks very easily...


These vertical brackets are a special form of arpeggio; see 6.6.7 Arpeggio.

... or was your question how to get _two_ of them?  I would guess that 
this would be relatively easy, although you might have to move the 
Arpeggio Engraver into the Voice context instead of a Staff. 
Unfortunately I don't have the time to play with this right now.


Cheers,
- Graham


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