Re: markup in header

2008-04-14 Thread coffer

Thank you for the hint. I´ve read it before. But I don´t know what it means:
This setting overrides selection using font-family, font-series and
font-shape. I thought *after* changing the font it *is* possible to change
the font-shape.

My question is: Is it possible to change the font-name *and then* the
font-shape or font-series?

Thank you for a helpful answer to a learning newbie...:-)

coffer



Mats Bengtsson-4 wrote:
 
 See the documentation of font-name in the Internals Reference:
 http://lilypond.org/doc/v2.11/Documentation/user/lilypond-internals/font_002dinterface#font_002dinterface
 
/Mats
 
 Quoting coffer [EMAIL PROTECTED]:
 

 Hi all,

 first of all: thank you to all of you who developed and improved this
 wonderful software - I´m really happy with it.

 Now my question: When I use a \markup command in the header and change
 the
 current font (not the font-family), both the italic and bold style don´t
 work. Is it a bug or is there a mistake in my file?

 I´m using v2.11.43 and Win XP.

 This is my solution that doesn´t work (in the header block):

 title = \markup { \normal-text { \override #'(font-name . Day Roman) {
 \bold { Title 
 subtitle =  \markup {  \override #'(font-name . Day Roman)  \override
 #'(font-shape . 'italic) { Subtitle }}

 Thank you in advance for all help,
 coffer.

 --
 View this message in context:
 http://www.nabble.com/%5Cmarkup-in-header-tp16667439p16667439.html
 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

 
 
 
 
 
 ___
 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/%5Cmarkup-in-header-tp16667439p16678753.html
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: markup in header

2008-04-14 Thread Mats Bengtsson
The setting of font-name is a low-level setting which means that the 
other properties
will not even be considered. If you want a bold version of the font, 
then specify the
font name of that version. For example, the manual shows how to use 
Vera Bold.


  /Mats

coffer wrote:

Thank you for the hint. I´ve read it before. But I don´t know what it means:
This setting overrides selection using font-family, font-series and
font-shape. I thought *after* changing the font it *is* possible to change
the font-shape.

My question is: Is it possible to change the font-name *and then* the
font-shape or font-series?

Thank you for a helpful answer to a learning newbie...:-)

coffer



Mats Bengtsson-4 wrote:
  

See the documentation of font-name in the Internals Reference:
http://lilypond.org/doc/v2.11/Documentation/user/lilypond-internals/font_002dinterface#font_002dinterface

   /Mats

Quoting coffer [EMAIL PROTECTED]:



Hi all,

first of all: thank you to all of you who developed and improved this
wonderful software - I´m really happy with it.

Now my question: When I use a \markup command in the header and change
the
current font (not the font-family), both the italic and bold style don´t
work. Is it a bug or is there a mistake in my file?

I´m using v2.11.43 and Win XP.

This is my solution that doesn´t work (in the header block):

title = \markup { \normal-text { \override #'(font-name . Day Roman) {
\bold { Title 
subtitle =  \markup {  \override #'(font-name . Day Roman)  \override
#'(font-shape . 'italic) { Subtitle }}

Thank you in advance for all help,
coffer.

--
View this message in context:
http://www.nabble.com/%5Cmarkup-in-header-tp16667439p16667439.html
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

  




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





  


--
=
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
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


\markup in header

2008-04-13 Thread coffer

Hi all,

first of all: thank you to all of you who developed and improved this
wonderful software - I´m really happy with it.

Now my question: When I use a \markup command in the header and change the
current font (not the font-family), both the italic and bold style don´t
work. Is it a bug or is there a mistake in my file?

I´m using v2.11.43 and Win XP.

This is my solution that doesn´t work (in the header block):

title = \markup { \normal-text { \override #'(font-name . Day Roman) {
\bold { Title 
subtitle =  \markup {  \override #'(font-name . Day Roman)  \override
#'(font-shape . 'italic) { Subtitle }}

Thank you in advance for all help,
coffer.

-- 
View this message in context: 
http://www.nabble.com/%5Cmarkup-in-header-tp16667439p16667439.html
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: markup in header

2008-04-13 Thread Mats Bengtsson

See the documentation of font-name in the Internals Reference:
http://lilypond.org/doc/v2.11/Documentation/user/lilypond-internals/font_002dinterface#font_002dinterface

  /Mats

Quoting coffer [EMAIL PROTECTED]:



Hi all,

first of all: thank you to all of you who developed and improved this
wonderful software - I´m really happy with it.

Now my question: When I use a \markup command in the header and change the
current font (not the font-family), both the italic and bold style don´t
work. Is it a bug or is there a mistake in my file?

I´m using v2.11.43 and Win XP.

This is my solution that doesn´t work (in the header block):

title = \markup { \normal-text { \override #'(font-name . Day Roman) {
\bold { Title 
subtitle =  \markup {  \override #'(font-name . Day Roman)  \override
#'(font-shape . 'italic) { Subtitle }}

Thank you in advance for all help,
coffer.

--
View this message in context:
http://www.nabble.com/%5Cmarkup-in-header-tp16667439p16667439.html
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







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


Markup in header

2008-04-13 Thread coffer

Hi all,

first of all: thank you to all of you who developed and improved this
wonderful software - I´m really happy with it.

Now my question: When I use a \markup command in the header and change the
current font (not the font-family), italic and bold style both don´t work.
Is it a bug or is there a mistake in my file?

I´m using v2.11.43 and Win XP.

This is my solution that doesn´t work (in the header block):

title = \markup { \normal-text { \override #'(font-name . Day Roman) {
\bold { Title 
subtitle =  \markup {  \override #'(font-name . Day Roman)  \override
#'(font-shape . 'italic) { Subtitle }}

Thank you in advance for all help,
coffer.
-- 
View this message in context: 
http://www.nabble.com/Markup-in-header-tp16656663p16656663.html
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


markup in header

2007-03-15 Thread Palmer, Ralph
Greetings -

I'm running:
LilyPond 2.10.16
Windows XP Pro 2002 SP2
ConTEXT 0.98.5 with LilyPond Highlighter

I'm trying to get é into Séan in the title and composer headers. I haven't 
been successful. I've looked in the manual and in the list archives, but can't 
find what I need. ConTEXT will save to DOS, but not to UTF-8, that I can find. 
I did find the character code : #233, and that will produce the correct 
character when I use it with \markup and \char in the header, but the program 
leaves a space before and after the é. [Aside : I'm not using JEdit because 
it takes so long to load, and I've gotten used to ConTEXT.] The following 
snippet shows the behavior.

% Begin Snippet %

\version 2.10.16
\include english.ly

\header {
title = Sean's Jig
composer = \markup {S\char #233 an}
}
\layout {
\context {
\Score
\remove Bar_number_engraver
}
}
\paper {
indent = 0.0\cm
}

SeansJig = {
   \clef treble
\key a \dorian
\time 6/8


   \repeat volta 2 {
   \partial 8*1 b'8 |
   c''4.^Am b'^G |
a'8^Am g' e' d' b g |
a4 e'8 e' d' b |
d'^G e' g' a' g' e' |
\break
c''4.^Am b'16^G c'' d''8 b' |
a'^Am g' e' d' b g |
a4 e'8 e' d' b |
d'^G b g a4^Am |
}


}

\score {
   \SeansJig
   }

%% End Snippet %

I've also tried :
composer = \markup {S \char #233 an}
and
composer = \markup {S\char #233 an}
but the result is identical;
composer = \markup {S \char #233 an}
produces
S \char #233 an
in the .pdf.

Thanks in advance for your help,

Ralph
+
Ralph Palmer
Energy/Administrative Coordinator
Keene State College
Keene, NH 03435-2502
Phone: 603-358-2230
Cell: 603-209-2903
Fax: 603-358-2456
[EMAIL PROTECTED]


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


RE: markup in header

2007-03-15 Thread Steven Weber
Try using \concat:  \markup { \concat { S \char #233 an } }

--Steven

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Palmer, Ralph
Sent: Thursday, March 15, 2007 11:32 AM
To: lilypond-user@gnu.org
Subject: markup in header

Greetings -

I'm running:
LilyPond 2.10.16
Windows XP Pro 2002 SP2
ConTEXT 0.98.5 with LilyPond Highlighter

I'm trying to get é into Séan in the title and composer headers. I
haven't been successful. I've looked in the manual and in the list archives,
but can't find what I need. ConTEXT will save to DOS, but not to UTF-8, that
I can find. I did find the character code : #233, and that will produce the
correct character when I use it with \markup and \char in the header, but
the program leaves a space before and after the é. [Aside : I'm not using
JEdit because it takes so long to load, and I've gotten used to ConTEXT.]
The following snippet shows the behavior.

% Begin Snippet %

\version 2.10.16
\include english.ly

\header {
title = Sean's Jig
composer = \markup {S\char #233 an}
}
\layout {
\context {
\Score
\remove Bar_number_engraver
}
}
\paper {
indent = 0.0\cm
}

SeansJig = {
   \clef treble
\key a \dorian
\time 6/8


   \repeat volta 2 {
   \partial 8*1 b'8 |
   c''4.^Am b'^G |
a'8^Am g' e' d' b g |
a4 e'8 e' d' b |
d'^G e' g' a' g' e' |
\break
c''4.^Am b'16^G c'' d''8 b' |
a'^Am g' e' d' b g |
a4 e'8 e' d' b |
d'^G b g a4^Am |
}


}

\score {
   \SeansJig
   }

%% End Snippet %

I've also tried :
composer = \markup {S \char #233 an}
and
composer = \markup {S\char #233 an}
but the result is identical;
composer = \markup {S \char #233 an}
produces
S \char #233 an
in the .pdf.

Thanks in advance for your help,

Ralph
+
Ralph Palmer
Energy/Administrative Coordinator
Keene State College
Keene, NH 03435-2502
Phone: 603-358-2230
Cell: 603-209-2903
Fax: 603-358-2456
[EMAIL PROTECTED]


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



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


Re: markup in header

2007-03-15 Thread Mats Bengtsson

According to http://www.context.cx/content/view/18/41/
your editor does support UTF-8, which provides a much
better solution to your problem.

  /Mats

Palmer, Ralph wrote:


Greetings -

I'm running:
LilyPond 2.10.16
Windows XP Pro 2002 SP2
ConTEXT 0.98.5 with LilyPond Highlighter

I'm trying to get é into Séan in the title and composer headers. I haven't been 
successful. I've looked in the manual and in the list archives, but can't find what I need. ConTEXT will save 
to DOS, but not to UTF-8, that I can find. I did find the character code : #233, and that will produce the 
correct character when I use it with \markup and \char in the header, but the program leaves a space before 
and after the é. [Aside : I'm not using JEdit because it takes so long to load, and I've gotten 
used to ConTEXT.] The following snippet shows the behavior.

% Begin Snippet %

\version 2.10.16
\include english.ly

\header {
   title = Sean's Jig
   composer = \markup {S\char #233 an}
   }
\layout {
\context {
\Score
\remove Bar_number_engraver
}
}
\paper {
indent = 0.0\cm
}

SeansJig = {
  \clef treble
\key a \dorian
\time 6/8


  \repeat volta 2 {
  \partial 8*1 b'8 |
  c''4.^Am b'^G |
a'8^Am g' e' d' b g |
a4 e'8 e' d' b |
d'^G e' g' a' g' e' |
\break
c''4.^Am b'16^G c'' d''8 b' |
a'^Am g' e' d' b g |
a4 e'8 e' d' b |
d'^G b g a4^Am |
}


}

\score {
  \SeansJig
  }

%% End Snippet %

I've also tried :
   composer = \markup {S \char #233 an}
and
   composer = \markup {S\char #233 an}
but the result is identical;
   composer = \markup {S \char #233 an}
produces
S \char #233 an
in the .pdf.

Thanks in advance for your help,

Ralph
+
Ralph Palmer
Energy/Administrative Coordinator
Keene State College
Keene, NH 03435-2502
Phone: 603-358-2230
Cell: 603-209-2903
Fax: 603-358-2456
[EMAIL PROTECTED]


___
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: markup in header

2007-03-15 Thread Simon Dahlbacka

According to this http://forum.context.cx/index.php?topic=15.0 it doesn't

On 3/15/07, Mats Bengtsson [EMAIL PROTECTED] wrote:


According to http://www.context.cx/content/view/18/41/
your editor does support UTF-8, which provides a much
better solution to your problem.

   /Mats

Palmer, Ralph wrote:

Greetings -

I'm running:
LilyPond 2.10.16
Windows XP Pro 2002 SP2
ConTEXT 0.98.5 with LilyPond Highlighter

I'm trying to get é into Séan in the title and composer headers. I
haven't been successful. I've looked in the manual and in the list archives,
but can't find what I need. ConTEXT will save to DOS, but not to UTF-8, that
I can find. I did find the character code : #233, and that will produce the
correct character when I use it with \markup and \char in the header, but
the program leaves a space before and after the é. [Aside : I'm not using
JEdit because it takes so long to load, and I've gotten used to ConTEXT.]
The following snippet shows the behavior.

% Begin Snippet %

\version 2.10.16
\include english.ly

\header {
title = Sean's Jig
composer = \markup {S\char #233 an}
}
\layout {
   \context {
   \Score
   \remove Bar_number_engraver
   }
   }
\paper {
   indent = 0.0\cm
   }

SeansJig = {
   \clef treble
   \key a \dorian
   \time 6/8


   \repeat volta 2 {
   \partial 8*1 b'8 |
   c''4.^Am b'^G |
   a'8^Am g' e' d' b g |
   a4 e'8 e' d' b |
   d'^G e' g' a' g' e' |
   \break
   c''4.^Am b'16^G c'' d''8 b' |
   a'^Am g' e' d' b g |
   a4 e'8 e' d' b |
   d'^G b g a4^Am |
   }


}

\score {
   \SeansJig
   }

%% End Snippet %

I've also tried :
composer = \markup {S \char #233 an}
and
composer = \markup {S\char #233 an}
but the result is identical;
composer = \markup {S \char #233 an}
produces
S \char #233 an
in the .pdf.

Thanks in advance for your help,

Ralph
+
Ralph Palmer
Energy/Administrative Coordinator
Keene State College
Keene, NH 03435-2502
Phone: 603-358-2230
Cell: 603-209-2903
Fax: 603-358-2456
[EMAIL PROTECTED]


___
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

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