Re: Setting font-features globally?

2023-02-27 Thread John Zaitseff
exactly what I was looking for -- I've tested it and it works. FYI, before writing to this list I did do multiple Google searches, as well as a search of the LilyPond source code, and I couldn't find any references to this, at least in regard to font-features. So, thanks: you've all s

Setting font-features globally?

2023-02-27 Thread John Zaitseff
rride LyricText.font-features = #'("ss03") } # ... every other context / text variation here } but this misses headings, page headers and footers and verse text typeset after a score. In short, is there a way to set "ss03" globally? Yours truly, John Zaitseff -- John Zaitseff ╭

Re: How do I enter the chord "B(add4)/G#"?

2010-09-01 Thread John Zaitseff
gt; \new Staff = "One" << \new Voice = "noOne" << { \k \ch } >> >> \new ChordNames = "chTwo" << { \k \no } >> \new Staff = "Two" << \new Voice = "no

Re: How do I enter the chord "B(add4)/G#"?

2010-09-01 Thread John Zaitseff
aid, virtually nil, but I thought the chord "B(add4)" is , whereas "B11" is : quite a different beast. Where "/G#" fits in, I don't know. What have I missed? Thanks again! John -- John Zaitseff,--_|\The

How do I enter the chord "B(add4)/G#"?

2010-09-01 Thread John Zaitseff
have thought "b:5.4/gis" would do the trick, but that gives "B(sus4/add3)/G#" as output---and I don't know if that is the same as "B(add4)/G#"! Any help would be appreciated... Yours truly, John Zaitseff -- John Zaitseff

Re: Problems defining a BraceStaff

2008-02-29 Thread John Zaitseff
(@code{SystemStartBracket}) at the start of each system." } \context { \Score \accepts "BraceStaff" } } \midi { \context { \GrandStaff \name "BraceStaff" \type "Performer_group&qu

Re: Problems defining a BraceStaff

2008-02-29 Thread John Zaitseff
aff" with "ChoirStaff \with { systemStartDelimiter = #'SystemStartBrace }", it all just works. And putting the line containing "\alias" to end of the context doesn't help. What am I doing wrong? I can't help but think it must be fairly simple... Thanks i

Problems defining a BraceStaff

2008-02-28 Thread John Zaitseff
, but it DOES complain that it cannot find them: warning: can't find or create new `BraceStaff' I'm attaching a sample LilyPond document to illustrate this problem. Any help is appreciated, as this little problem has already taken rather a lot of hours of my time... :-) Yours truly,

Re: Scheme code for extracting LilyPond header properties?

2007-10-08 Thread John Zaitseff
Dear Nicolas / LilyPonders, Nicolas Sceaux wrote: > > John Zaitseff writes: > > > [...] What I would like to do, however, is to replace the > > "\fromproperty #'header:maintainer" with something like: > > > > \with-url #&quo

Scheme code for extracting LilyPond header properties?

2007-10-02 Thread John Zaitseff
ainer = "John Zaitseff" maintainerEmail = "[EMAIL PROTECTED]" } and I redefine tagline as: tagline = \markup { \teeny \override #'(word-space . 0) \line { % [... other information ...] "Document mainta

Method of including PDF document information in LilyPond files?

2007-10-02 Thread John Zaitseff
Dear LilyPonders, Is there a way to include PDF metainfo (document information) in LilyPond documents? For example, I would like to do something like the following: \header { title = "Test title" subject = "Description of title" maintai